Html Css Color HEX #D11028 Fire Engine Red

📋 copy color: '#D11028'

red 209 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #D11028

Tints of Fire Engine Red #D11028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 78.87%
G = 6.04%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11028 (or 0xD11028) is known color: Fire Engine Red. HEX triplet: D1, 10 and 28. RGB value is (209,16,40). Sum of RGB (Red+Green+Blue) = 209+16+40=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11028 is #2EEFD7. Grayscale: #4C4C4C. Windows color (decimal): -3076056 or 2625745. OLE color: 2625745.

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

Color convert

RGB 209 16 40 -
CMYK 0 0.92 0.81 0.18
HSL 352.54º 0.86% 0.44% -
HSV(B) 352.54º 0.92% 0.82% -
XYZ 26.86 14.08 3.31 -
YUV 76.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 209 16 40 0 0.92 0.81 0.18 352.54 0.86 0.44
Hex D1 10 28 0 5C 51 12 161 56 2C
Octal 321 20 50 0 134 121 22 541 126 54
Binary 11010001 10000 101000 0 1011100 1010001 10010 101100001 1010110 101100

Color Harmonies of #D11028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11028

Black with #D11028

Text Example


Text Example

White with #D11028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11028; }

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

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

background-color css

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

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

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

border-color css

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

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

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