Html Css Color HEX #D12129 Fire Engine Red

📋 copy color: '#D12129'

red 209 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #D12129

Tints of Fire Engine Red #D12129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 73.85%
G = 11.66%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D12129 (or 0xD12129) is known color: Fire Engine Red. HEX triplet: D1, 21 and 29. RGB value is (209,33,41). Sum of RGB (Red+Green+Blue) = 209+33+41=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D12129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12129 is #2EDED6. Grayscale: #565656. Windows color (decimal): -3071703 or 2695633. OLE color: 2695633.

HSL color Cylindrical-coordinate representation of color #D12129: hue angle of 357.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12129 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 41 -
CMYK 0 0.84 0.80 0.18
HSL 357.27º 0.73% 0.47% -
HSV(B) 357.27º 0.84% 0.82% -
XYZ 27.24 14.8 3.52 -
YUV 86.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 209 33 41 0 0.84 0.80 0.18 357.27 0.73 0.47
Hex D1 21 29 0 54 50 12 165 49 2F
Octal 321 41 51 0 124 120 22 545 111 57
Binary 11010001 100001 101001 0 1010100 1010000 10010 101100101 1001001 101111

Color Harmonies of #D12129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12129

Black with #D12129

Text Example


Text Example

White with #D12129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12129; }

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

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

background-color css

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

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

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

border-color css

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

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

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