Html Css Color HEX #D91325 Fire Engine Red

📋 copy color: '#D91325'

red 217 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #D91325

Tints of Fire Engine Red #D91325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 79.49%
G = 6.96%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D91325 (or 0xD91325) is known color: Fire Engine Red. HEX triplet: D9, 13 and 25. RGB value is (217,19,37). Sum of RGB (Red+Green+Blue) = 217+19+37=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D91325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91325 is #26ECDA. Grayscale: #505050. Windows color (decimal): -2551003 or 2429913. OLE color: 2429913.

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

Color convert

RGB 217 19 37 -
CMYK 0 0.91 0.83 0.15
HSL 354.55º 0.84% 0.46% -
HSV(B) 354.55º 0.91% 0.85% -
XYZ 29.18 15.35 3.18 -
YUV 80.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 217 19 37 0 0.91 0.83 0.15 354.55 0.84 0.46
Hex D9 13 25 0 5B 53 F 163 54 2E
Octal 331 23 45 0 133 123 17 543 124 56
Binary 11011001 10011 100101 0 1011011 1010011 1111 101100011 1010100 101110

Color Harmonies of #D91325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91325

Black with #D91325

Text Example


Text Example

White with #D91325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91325; }

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

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

background-color css

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

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

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

border-color css

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

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

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