Html Css Color HEX #D71B21 Fire Engine Red

📋 copy color: '#D71B21'

red 215 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #D71B21

Tints of Fire Engine Red #D71B21

RGB

 RED value IS 215 (84.38% from 255) = 78.18%

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 78.18%
G = 9.82%
B = 12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D71B21 (or 0xD71B21) is known color: Fire Engine Red. HEX triplet: D7, 1B and 21. RGB value is (215,27,33). Sum of RGB (Red+Green+Blue) = 215+27+33=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B21 is #28E4DE. Grayscale: #545454. Windows color (decimal): -2680031 or 2169815. OLE color: 2169815.

HSL color Cylindrical-coordinate representation of color #D71B21: hue angle of 358.09º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 27 33 -
CMYK 0 0.87 0.85 0.16
HSL 358.09º 0.78% 0.47% -
HSV(B) 358.09º 0.87% 0.84% -
XYZ 28.69 15.34 2.89 -
YUV 83.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 215 27 33 0 0.87 0.85 0.16 358.09 0.78 0.47
Hex D7 1B 21 0 57 55 10 166 4E 2F
Octal 327 33 41 0 127 125 20 546 116 57
Binary 11010111 11011 100001 0 1010111 1010101 10000 101100110 1001110 101111

Color Harmonies of #D71B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B21

Black with #D71B21

Text Example


Text Example

White with #D71B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B21; }

 p { color: rgb(215,27,33); }

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

background-color css

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

 a { background-color: rgb(215,27,33); }

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

border-color css

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

 span { border-color: rgb(215,27,33); }

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