Html Css Color HEX #D11F22 Fire Engine Red

📋 copy color: '#D11F22'

red 209 ◦ green 31 ◦ blue 34

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

Shades of Fire Engine Red #D11F22

Tints of Fire Engine Red #D11F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 76.28%
G = 11.31%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11F22 (or 0xD11F22) is known color: Fire Engine Red. HEX triplet: D1, 1F and 22. RGB value is (209,31,34). Sum of RGB (Red+Green+Blue) = 209+31+34=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F22 is #2EE0DD. Grayscale: #545454. Windows color (decimal): -3072222 or 2236369. OLE color: 2236369.

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

Color convert

RGB 209 31 34 -
CMYK 0 0.85 0.84 0.18
HSL 358.99º 0.74% 0.47% -
HSV(B) 358.99º 0.85% 0.82% -
XYZ 27.07 14.65 2.91 -
YUV 84.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 209 31 34 0 0.85 0.84 0.18 358.99 0.74 0.47
Hex D1 1F 22 0 55 54 12 167 4A 2F
Octal 321 37 42 0 125 124 22 547 112 57
Binary 11010001 11111 100010 0 1010101 1010100 10010 101100111 1001010 101111

Color Harmonies of #D11F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F22

Black with #D11F22

Text Example


Text Example

White with #D11F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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