Html Css Color HEX #D11622 Fire Engine Red

📋 copy color: '#D11622'

red 209 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #D11622

Tints of Fire Engine Red #D11622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 78.87%
G = 8.3%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11622 (or 0xD11622) is known color: Fire Engine Red. HEX triplet: D1, 16 and 22. RGB value is (209,22,34). Sum of RGB (Red+Green+Blue) = 209+22+34=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11622 is #2EE9DD. Grayscale: #4F4F4F. Windows color (decimal): -3074526 or 2234065. OLE color: 2234065.

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

Color convert

RGB 209 22 34 -
CMYK 0 0.89 0.84 0.18
HSL 356.15º 0.81% 0.45% -
HSV(B) 356.15º 0.89% 0.82% -
XYZ 26.87 14.24 2.85 -
YUV 79.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 209 22 34 0 0.89 0.84 0.18 356.15 0.81 0.45
Hex D1 16 22 0 59 54 12 164 51 2D
Octal 321 26 42 0 131 124 22 544 121 55
Binary 11010001 10110 100010 0 1011001 1010100 10010 101100100 1010001 101101

Color Harmonies of #D11622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11622

Black with #D11622

Text Example


Text Example

White with #D11622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11622; }

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

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

background-color css

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

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

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

border-color css

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

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

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