Html Css Color HEX #FD041D Torch Red

📋 copy color: '#FD041D'

red 253 ◦ green 4 ◦ blue 29

#FD041D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FD041D

Tints of Torch Red #FD041D

RGB

 RED value IS 253 (99.22% from 255) = 88.46%

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 88.46%
G = 1.4%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD041D (or 0xFD041D) is known color: Torch Red. HEX triplet: FD, 04 and 1D. RGB value is (253,4,29). Sum of RGB (Red+Green+Blue) = 253+4+29=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD041D is #02FBE2. Grayscale: #515151. Windows color (decimal): -195555 or 1901821. OLE color: 1901821.

HSL color Cylindrical-coordinate representation of color #FD041D: hue angle of 353.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD041D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 29 -
CMYK 0 0.98 0.89 0.01
HSL 353.98º 0.98% 0.5% -
HSV(B) 353.98º 0.98% 0.99% -
XYZ 40.77 21.06 3.08 -
YUV 81.3 98.49 250.47 -
System Red Green Blue C M Y K H S L
Decimal 253 4 29 0 0.98 0.89 0.01 353.98 0.98 0.5
Hex FD 4 1D 0 62 59 1 162 62 32
Octal 375 4 35 0 142 131 1 542 142 62
Binary 11111101 100 11101 0 1100010 1011001 1 101100010 1100010 110010

Color Harmonies of #FD041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD041D

Black with #FD041D

Text Example


Text Example

White with #FD041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD041D; }

 p { color: rgb(253,4,29); }

 H1.HeaderClassName
 {
   color: #FD041D;
 }
 .AnyTagClassName
 {
   color: #FD041D;
 }
</style>

background-color css

<style>
 a { background-color: #FD041D; }

 a { background-color: rgb(253,4,29); }

 div.DivClassName
 {
   background-color: #FD041D;
 }
 .BgClassName
 {
   background-color: #FD041D;
 }
</style>

border-color css

<style>
 span { border-color: #FD041D; }

 span { border-color: rgb(253,4,29); }

 td.TdClassName
 {
   border-color: #FD041D;
 }
 .TagClassName
 {
   border-color: #FD041D;
 }
</style>