Html Css Color HEX #D11828 Fire Engine Red

📋 copy color: '#D11828'

red 209 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #D11828

Tints of Fire Engine Red #D11828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 76.56%
G = 8.79%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11828 (or 0xD11828) is known color: Fire Engine Red. HEX triplet: D1, 18 and 28. RGB value is (209,24,40). Sum of RGB (Red+Green+Blue) = 209+24+40=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11828 is #2EE7D7. Grayscale: #515151. Windows color (decimal): -3074008 or 2627793. OLE color: 2627793.

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

Color convert

RGB 209 24 40 -
CMYK 0 0.89 0.81 0.18
HSL 354.81º 0.79% 0.46% -
HSV(B) 354.81º 0.89% 0.82% -
XYZ 27 14.36 3.36 -
YUV 81.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 209 24 40 0 0.89 0.81 0.18 354.81 0.79 0.46
Hex D1 18 28 0 59 51 12 163 4F 2E
Octal 321 30 50 0 131 121 22 543 117 56
Binary 11010001 11000 101000 0 1011001 1010001 10010 101100011 1001111 101110

Color Harmonies of #D11828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11828

Black with #D11828

Text Example


Text Example

White with #D11828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11828; }

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

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

background-color css

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

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

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

border-color css

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

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

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