Html Css Color HEX #D12429 Fire Engine Red

📋 copy color: '#D12429'

red 209 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #D12429

Tints of Fire Engine Red #D12429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 73.08%
G = 12.59%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D12429 (or 0xD12429) is known color: Fire Engine Red. HEX triplet: D1, 24 and 29. RGB value is (209,36,41). Sum of RGB (Red+Green+Blue) = 209+36+41=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D12429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12429 is #2EDBD6. Grayscale: #585858. Windows color (decimal): -3070935 or 2696401. OLE color: 2696401.

HSL color Cylindrical-coordinate representation of color #D12429: hue angle of 358.27º 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 #D12429 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 41 -
CMYK 0 0.83 0.80 0.18
HSL 358.27º 0.71% 0.48% -
HSV(B) 358.27º 0.83% 0.82% -
XYZ 27.33 14.98 3.55 -
YUV 88.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 209 36 41 0 0.83 0.80 0.18 358.27 0.71 0.48
Hex D1 24 29 0 53 50 12 166 47 30
Octal 321 44 51 0 123 120 22 546 107 60
Binary 11010001 100100 101001 0 1010011 1010000 10010 101100110 1000111 110000

Color Harmonies of #D12429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12429

Black with #D12429

Text Example


Text Example

White with #D12429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12429; }

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

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

background-color css

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

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

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

border-color css

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

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

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