Html Css Color HEX #D11922 Fire Engine Red

📋 copy color: '#D11922'

red 209 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #D11922

Tints of Fire Engine Red #D11922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 77.99%
G = 9.33%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11922 (or 0xD11922) is known color: Fire Engine Red. HEX triplet: D1, 19 and 22. RGB value is (209,25,34). Sum of RGB (Red+Green+Blue) = 209+25+34=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D11922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11922 is #2EE6DD. Grayscale: #515151. Windows color (decimal): -3073758 or 2234833. OLE color: 2234833.

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

Color convert

RGB 209 25 34 -
CMYK 0 0.88 0.84 0.18
HSL 357.07º 0.79% 0.46% -
HSV(B) 357.07º 0.88% 0.82% -
XYZ 26.93 14.37 2.87 -
YUV 81.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 209 25 34 0 0.88 0.84 0.18 357.07 0.79 0.46
Hex D1 19 22 0 58 54 12 165 4F 2E
Octal 321 31 42 0 130 124 22 545 117 56
Binary 11010001 11001 100010 0 1011000 1010100 10010 101100101 1001111 101110

Color Harmonies of #D11922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11922

Black with #D11922

Text Example


Text Example

White with #D11922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11922; }

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

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

background-color css

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

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

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

border-color css

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

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

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