Html Css Color HEX #D91B28 Fire Engine Red

📋 copy color: '#D91B28'

red 217 ◦ green 27 ◦ blue 40

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

Shades of Fire Engine Red #D91B28

Tints of Fire Engine Red #D91B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 76.41%
G = 9.51%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D91B28 (or 0xD91B28) is known color: Fire Engine Red. HEX triplet: D9, 1B and 28. RGB value is (217,27,40). Sum of RGB (Red+Green+Blue) = 217+27+40=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B28 is #26E4D7. Grayscale: #555555. Windows color (decimal): -2548952 or 2628569. OLE color: 2628569.

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

Color convert

RGB 217 27 40 -
CMYK 0 0.88 0.82 0.15
HSL 355.89º 0.78% 0.48% -
HSV(B) 355.89º 0.88% 0.85% -
XYZ 29.39 15.69 3.49 -
YUV 85.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 217 27 40 0 0.88 0.82 0.15 355.89 0.78 0.48
Hex D9 1B 28 0 58 52 F 164 4E 30
Octal 331 33 50 0 130 122 17 544 116 60
Binary 11011001 11011 101000 0 1011000 1010010 1111 101100100 1001110 110000

Color Harmonies of #D91B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B28

Black with #D91B28

Text Example


Text Example

White with #D91B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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