Html Css Color HEX #D11522 Fire Engine Red

📋 copy color: '#D11522'

red 209 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #D11522

Tints of Fire Engine Red #D11522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 79.17%
G = 7.95%
B = 12.88%

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

#D11522 (or 0xD11522) is known color: Fire Engine Red. HEX triplet: D1, 15 and 22. RGB value is (209,21,34). Sum of RGB (Red+Green+Blue) = 209+21+34=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D11522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11522 is #2EEADD. Grayscale: #4E4E4E. Windows color (decimal): -3074782 or 2233809. OLE color: 2233809.

HSL color Cylindrical-coordinate representation of color #D11522: hue angle of 355.85º degrees, saturation: 0.82, 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 #D11522 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 34 -
CMYK 0 0.90 0.84 0.18
HSL 355.85º 0.82% 0.45% -
HSV(B) 355.85º 0.9% 0.82% -
XYZ 26.85 14.21 2.84 -
YUV 78.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 209 21 34 0 0.90 0.84 0.18 355.85 0.82 0.45
Hex D1 15 22 0 5A 54 12 164 52 2D
Octal 321 25 42 0 132 124 22 544 122 55
Binary 11010001 10101 100010 0 1011010 1010100 10010 101100100 1010010 101101

Color Harmonies of #D11522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11522

Black with #D11522

Text Example


Text Example

White with #D11522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11522; }

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

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

background-color css

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

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

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

border-color css

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

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

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