Html Css Color HEX #D91529 Fire Engine Red

📋 copy color: '#D91529'

red 217 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D91529

Tints of Fire Engine Red #D91529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.7%

R = 77.78%
G = 7.53%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D91529 (or 0xD91529) is known color: Fire Engine Red. HEX triplet: D9, 15 and 29. RGB value is (217,21,41). Sum of RGB (Red+Green+Blue) = 217+21+41=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D91529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91529 is #26EAD6. Grayscale: #525252. Windows color (decimal): -2550487 or 2692569. OLE color: 2692569.

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

Color convert

RGB 217 21 41 -
CMYK 0 0.90 0.81 0.15
HSL 353.88º 0.82% 0.47% -
HSV(B) 353.88º 0.9% 0.85% -
XYZ 29.28 15.45 3.54 -
YUV 81.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 217 21 41 0 0.90 0.81 0.15 353.88 0.82 0.47
Hex D9 15 29 0 5A 51 F 162 52 2F
Octal 331 25 51 0 132 121 17 542 122 57
Binary 11011001 10101 101001 0 1011010 1010001 1111 101100010 1010010 101111

Color Harmonies of #D91529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91529

Black with #D91529

Text Example


Text Example

White with #D91529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91529; }

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

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

background-color css

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

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

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

border-color css

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

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

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