Html Css Color HEX #D12227 Fire Engine Red

📋 copy color: '#D12227'

red 209 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #D12227

Tints of Fire Engine Red #D12227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 74.11%
G = 12.06%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D12227 (or 0xD12227) is known color: Fire Engine Red. HEX triplet: D1, 22 and 27. RGB value is (209,34,39). Sum of RGB (Red+Green+Blue) = 209+34+39=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D12227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12227 is #2EDDD8. Grayscale: #575757. Windows color (decimal): -3071449 or 2564817. OLE color: 2564817.

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

Color convert

RGB 209 34 39 -
CMYK 0 0.84 0.81 0.18
HSL 358.29º 0.72% 0.48% -
HSV(B) 358.29º 0.84% 0.82% -
XYZ 27.23 14.85 3.35 -
YUV 86.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 209 34 39 0 0.84 0.81 0.18 358.29 0.72 0.48
Hex D1 22 27 0 54 51 12 166 48 30
Octal 321 42 47 0 124 121 22 546 110 60
Binary 11010001 100010 100111 0 1010100 1010001 10010 101100110 1001000 110000

Color Harmonies of #D12227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12227

Black with #D12227

Text Example


Text Example

White with #D12227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12227; }

 p { color: rgb(209,34,39); }

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

background-color css

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

 a { background-color: rgb(209,34,39); }

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

border-color css

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

 span { border-color: rgb(209,34,39); }

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