Html Css Color HEX #D71521 Fire Engine Red

📋 copy color: '#D71521'

red 215 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #D71521

Tints of Fire Engine Red #D71521

RGB

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

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

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

R = 79.93%
G = 7.81%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D71521 (or 0xD71521) is known color: Fire Engine Red. HEX triplet: D7, 15 and 21. RGB value is (215,21,33). Sum of RGB (Red+Green+Blue) = 215+21+33=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71521 is #28EADE. Grayscale: #505050. Windows color (decimal): -2681567 or 2168279. OLE color: 2168279.

HSL color Cylindrical-coordinate representation of color #D71521: hue angle of 356.29º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71521 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 33 -
CMYK 0 0.90 0.85 0.16
HSL 356.29º 0.82% 0.46% -
HSV(B) 356.29º 0.9% 0.84% -
XYZ 28.57 15.09 2.85 -
YUV 80.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 215 21 33 0 0.90 0.85 0.16 356.29 0.82 0.46
Hex D7 15 21 0 5A 55 10 164 52 2E
Octal 327 25 41 0 132 125 20 544 122 56
Binary 11010111 10101 100001 0 1011010 1010101 10000 101100100 1010010 101110

Color Harmonies of #D71521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71521

Black with #D71521

Text Example


Text Example

White with #D71521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71521; }

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

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

background-color css

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

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

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

border-color css

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

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

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