Html Css Color HEX #D91524 Fire Engine Red

📋 copy color: '#D91524'

red 217 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #D91524

Tints of Fire Engine Red #D91524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 79.2%
G = 7.66%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D91524 (or 0xD91524) is known color: Fire Engine Red. HEX triplet: D9, 15 and 24. RGB value is (217,21,36). Sum of RGB (Red+Green+Blue) = 217+21+36=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D91524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91524 is #26EADB. Grayscale: #515151. Windows color (decimal): -2550492 or 2364889. OLE color: 2364889.

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

Color convert

RGB 217 21 36 -
CMYK 0 0.90 0.83 0.15
HSL 355.41º 0.82% 0.47% -
HSV(B) 355.41º 0.9% 0.85% -
XYZ 29.2 15.42 3.11 -
YUV 81.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 217 21 36 0 0.90 0.83 0.15 355.41 0.82 0.47
Hex D9 15 24 0 5A 53 F 163 52 2F
Octal 331 25 44 0 132 123 17 543 122 57
Binary 11011001 10101 100100 0 1011010 1010011 1111 101100011 1010010 101111

Color Harmonies of #D91524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91524

Black with #D91524

Text Example


Text Example

White with #D91524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91524; }

 p { color: rgb(217,21,36); }

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

background-color css

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

 a { background-color: rgb(217,21,36); }

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

border-color css

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

 span { border-color: rgb(217,21,36); }

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