Html Css Color HEX #D12426 Fire Engine Red

📋 copy color: '#D12426'

red 209 ◦ green 36 ◦ blue 38

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

Shades of Fire Engine Red #D12426

Tints of Fire Engine Red #D12426

RGB

 RED value IS 209 (82.03% from 255) = 73.85%

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 73.85%
G = 12.72%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D12426 (or 0xD12426) is known color: Fire Engine Red. HEX triplet: D1, 24 and 26. RGB value is (209,36,38). Sum of RGB (Red+Green+Blue) = 209+36+38=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D12426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12426 is #2EDBD9. Grayscale: #585858. Windows color (decimal): -3070938 or 2499793. OLE color: 2499793.

HSL color Cylindrical-coordinate representation of color #D12426: hue angle of 359.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12426 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 38 -
CMYK 0 0.83 0.82 0.18
HSL 359.31º 0.71% 0.48% -
HSV(B) 359.31º 0.83% 0.82% -
XYZ 27.28 14.96 3.28 -
YUV 87.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 209 36 38 0 0.83 0.82 0.18 359.31 0.71 0.48
Hex D1 24 26 0 53 52 12 167 47 30
Octal 321 44 46 0 123 122 22 547 107 60
Binary 11010001 100100 100110 0 1010011 1010010 10010 101100111 1000111 110000

Color Harmonies of #D12426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12426

Black with #D12426

Text Example


Text Example

White with #D12426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12426; }

 p { color: rgb(209,36,38); }

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

background-color css

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

 a { background-color: rgb(209,36,38); }

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

border-color css

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

 span { border-color: rgb(209,36,38); }

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