Html Css Color HEX #D11428 Fire Engine Red

📋 copy color: '#D11428'

red 209 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #D11428

Tints of Fire Engine Red #D11428

RGB

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

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

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

R = 77.7%
G = 7.43%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D11428 (or 0xD11428) is known color: Fire Engine Red. HEX triplet: D1, 14 and 28. RGB value is (209,20,40). Sum of RGB (Red+Green+Blue) = 209+20+40=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D11428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11428 is #2EEBD7. Grayscale: #4E4E4E. Windows color (decimal): -3075032 or 2626769. OLE color: 2626769.

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

Color convert

RGB 209 20 40 -
CMYK 0 0.90 0.81 0.18
HSL 353.65º 0.83% 0.45% -
HSV(B) 353.65º 0.9% 0.82% -
XYZ 26.93 14.21 3.33 -
YUV 78.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 209 20 40 0 0.90 0.81 0.18 353.65 0.83 0.45
Hex D1 14 28 0 5A 51 12 162 53 2D
Octal 321 24 50 0 132 121 22 542 123 55
Binary 11010001 10100 101000 0 1011010 1010001 10010 101100010 1010011 101101

Color Harmonies of #D11428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11428

Black with #D11428

Text Example


Text Example

White with #D11428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11428; }

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

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

background-color css

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

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

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

border-color css

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

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

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