Html Css Color HEX #D11022 Fire Engine Red

📋 copy color: '#D11022'

red 209 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #D11022

Tints of Fire Engine Red #D11022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 80.69%
G = 6.18%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11022 (or 0xD11022) is known color: Fire Engine Red. HEX triplet: D1, 10 and 22. RGB value is (209,16,34). Sum of RGB (Red+Green+Blue) = 209+16+34=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D11022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11022 is #2EEFDD. Grayscale: #4B4B4B. Windows color (decimal): -3076062 or 2232529. OLE color: 2232529.

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

Color convert

RGB 209 16 34 -
CMYK 0 0.92 0.84 0.18
HSL 354.4º 0.86% 0.44% -
HSV(B) 354.4º 0.92% 0.82% -
XYZ 26.77 14.04 2.81 -
YUV 75.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 209 16 34 0 0.92 0.84 0.18 354.4 0.86 0.44
Hex D1 10 22 0 5C 54 12 162 56 2C
Octal 321 20 42 0 134 124 22 542 126 54
Binary 11010001 10000 100010 0 1011100 1010100 10010 101100010 1010110 101100

Color Harmonies of #D11022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11022

Black with #D11022

Text Example


Text Example

White with #D11022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11022; }

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

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

background-color css

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

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

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

border-color css

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

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

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