Html Css Color HEX #D91B25 Fire Engine Red

📋 copy color: '#D91B25'

red 217 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #D91B25

Tints of Fire Engine Red #D91B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 77.22%
G = 9.61%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D91B25 (or 0xD91B25) is known color: Fire Engine Red. HEX triplet: D9, 1B and 25. RGB value is (217,27,37). Sum of RGB (Red+Green+Blue) = 217+27+37=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B25 is #26E4DA. Grayscale: #555555. Windows color (decimal): -2548955 or 2431961. OLE color: 2431961.

HSL color Cylindrical-coordinate representation of color #D91B25: hue angle of 356.84º 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 #D91B25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 27 37 -
CMYK 0 0.88 0.83 0.15
HSL 356.84º 0.78% 0.48% -
HSV(B) 356.84º 0.88% 0.85% -
XYZ 29.34 15.67 3.23 -
YUV 84.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 217 27 37 0 0.88 0.83 0.15 356.84 0.78 0.48
Hex D9 1B 25 0 58 53 F 165 4E 30
Octal 331 33 45 0 130 123 17 545 116 60
Binary 11011001 11011 100101 0 1011000 1010011 1111 101100101 1001110 110000

Color Harmonies of #D91B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B25

Black with #D91B25

Text Example


Text Example

White with #D91B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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