Html Css Color HEX #D11024 Fire Engine Red

📋 copy color: '#D11024'

red 209 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #D11024

Tints of Fire Engine Red #D11024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 80.08%
G = 6.13%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11024 (or 0xD11024) is known color: Fire Engine Red. HEX triplet: D1, 10 and 24. RGB value is (209,16,36). Sum of RGB (Red+Green+Blue) = 209+16+36=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11024 is #2EEFDB. Grayscale: #4C4C4C. Windows color (decimal): -3076060 or 2363601. OLE color: 2363601.

HSL color Cylindrical-coordinate representation of color #D11024: hue angle of 353.78º 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 #D11024 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 36 -
CMYK 0 0.92 0.83 0.18
HSL 353.78º 0.86% 0.44% -
HSV(B) 353.78º 0.92% 0.82% -
XYZ 26.8 14.05 2.97 -
YUV 75.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 209 16 36 0 0.92 0.83 0.18 353.78 0.86 0.44
Hex D1 10 24 0 5C 53 12 162 56 2C
Octal 321 20 44 0 134 123 22 542 126 54
Binary 11010001 10000 100100 0 1011100 1010011 10010 101100010 1010110 101100

Color Harmonies of #D11024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11024

Black with #D11024

Text Example


Text Example

White with #D11024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11024; }

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

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

background-color css

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

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

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

border-color css

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

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

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