Html Css Color HEX #D91428 Fire Engine Red

📋 copy color: '#D91428'

red 217 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #D91428

Tints of Fire Engine Red #D91428

RGB

 RED value IS 217 (85.16% from 255) = 78.34%

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

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

R = 78.34%
G = 7.22%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D91428 (or 0xD91428) is known color: Fire Engine Red. HEX triplet: D9, 14 and 28. RGB value is (217,20,40). Sum of RGB (Red+Green+Blue) = 217+20+40=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D91428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91428 is #26EBD7. Grayscale: #515151. Windows color (decimal): -2550744 or 2626777. OLE color: 2626777.

HSL color Cylindrical-coordinate representation of color #D91428: hue angle of 353.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91428 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 40 -
CMYK 0 0.91 0.82 0.15
HSL 353.91º 0.83% 0.46% -
HSV(B) 353.91º 0.91% 0.85% -
XYZ 29.25 15.41 3.44 -
YUV 81.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 217 20 40 0 0.91 0.82 0.15 353.91 0.83 0.46
Hex D9 14 28 0 5B 52 F 162 53 2E
Octal 331 24 50 0 133 122 17 542 123 56
Binary 11011001 10100 101000 0 1011011 1010010 1111 101100010 1010011 101110

Color Harmonies of #D91428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91428

Black with #D91428

Text Example


Text Example

White with #D91428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91428; }

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

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

background-color css

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

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

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

border-color css

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

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

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