Html Css Color HEX #D91A2B Fire Engine Red

📋 copy color: '#D91A2B'

red 217 ◦ green 26 ◦ blue 43

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

Shades of Fire Engine Red #D91A2B

Tints of Fire Engine Red #D91A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 75.87%
G = 9.09%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D91A2B (or 0xD91A2B) is known color: Fire Engine Red. HEX triplet: D9, 1A and 2B. RGB value is (217,26,43). Sum of RGB (Red+Green+Blue) = 217+26+43=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91A2B is #26E5D4. Grayscale: #555555. Windows color (decimal): -2549205 or 2824921. OLE color: 2824921.

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

Color convert

RGB 217 26 43 -
CMYK 0 0.88 0.80 0.15
HSL 354.66º 0.79% 0.48% -
HSV(B) 354.66º 0.88% 0.85% -
XYZ 29.42 15.66 3.76 -
YUV 85.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 217 26 43 0 0.88 0.80 0.15 354.66 0.79 0.48
Hex D9 1A 2B 0 58 50 F 163 4F 30
Octal 331 32 53 0 130 120 17 543 117 60
Binary 11011001 11010 101011 0 1011000 1010000 1111 101100011 1001111 110000

Color Harmonies of #D91A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A2B

Black with #D91A2B

Text Example


Text Example

White with #D91A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A2B; }

 p { color: rgb(217,26,43); }

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

background-color css

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

 a { background-color: rgb(217,26,43); }

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

border-color css

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

 span { border-color: rgb(217,26,43); }

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