Html Css Color HEX #D91925 Fire Engine Red

📋 copy color: '#D91925'

red 217 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #D91925

Tints of Fire Engine Red #D91925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 77.78%
G = 8.96%
B = 13.26%

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

#D91925 (or 0xD91925) is known color: Fire Engine Red. HEX triplet: D9, 19 and 25. RGB value is (217,25,37). Sum of RGB (Red+Green+Blue) = 217+25+37=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D91925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91925 is #26E6DA. Grayscale: #535353. Windows color (decimal): -2549467 or 2431449. OLE color: 2431449.

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

Color convert

RGB 217 25 37 -
CMYK 0 0.88 0.83 0.15
HSL 356.25º 0.79% 0.47% -
HSV(B) 356.25º 0.88% 0.85% -
XYZ 29.3 15.58 3.21 -
YUV 83.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 217 25 37 0 0.88 0.83 0.15 356.25 0.79 0.47
Hex D9 19 25 0 58 53 F 164 4F 2F
Octal 331 31 45 0 130 123 17 544 117 57
Binary 11011001 11001 100101 0 1011000 1010011 1111 101100100 1001111 101111

Color Harmonies of #D91925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91925

Black with #D91925

Text Example


Text Example

White with #D91925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91925; }

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

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

background-color css

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

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

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

border-color css

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

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

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