Html Css Color HEX #D11422 Fire Engine Red

📋 copy color: '#D11422'

red 209 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #D11422

Tints of Fire Engine Red #D11422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 79.47%
G = 7.6%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D11422 (or 0xD11422) is known color: Fire Engine Red. HEX triplet: D1, 14 and 22. RGB value is (209,20,34). Sum of RGB (Red+Green+Blue) = 209+20+34=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D11422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11422 is #2EEBDD. Grayscale: #4E4E4E. Windows color (decimal): -3075038 or 2233553. OLE color: 2233553.

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

Color convert

RGB 209 20 34 -
CMYK 0 0.90 0.84 0.18
HSL 355.56º 0.83% 0.45% -
HSV(B) 355.56º 0.9% 0.82% -
XYZ 26.83 14.17 2.83 -
YUV 78.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 209 20 34 0 0.90 0.84 0.18 355.56 0.83 0.45
Hex D1 14 22 0 5A 54 12 164 53 2D
Octal 321 24 42 0 132 124 22 544 123 55
Binary 11010001 10100 100010 0 1011010 1010100 10010 101100100 1010011 101101

Color Harmonies of #D11422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11422

Black with #D11422

Text Example


Text Example

White with #D11422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11422; }

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

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

background-color css

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

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

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

border-color css

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

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

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