Html Css Color HEX #D71024 Fire Engine Red

📋 copy color: '#D71024'

red 215 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #D71024

Tints of Fire Engine Red #D71024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 80.52%
G = 5.99%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71024 (or 0xD71024) is known color: Fire Engine Red. HEX triplet: D7, 10 and 24. RGB value is (215,16,36). Sum of RGB (Red+Green+Blue) = 215+16+36=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D71024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71024 is #28EFDB. Grayscale: #4D4D4D. Windows color (decimal): -2682844 or 2363607. OLE color: 2363607.

HSL color Cylindrical-coordinate representation of color #D71024: hue angle of 353.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71024 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 36 -
CMYK 0 0.93 0.83 0.16
HSL 353.97º 0.86% 0.45% -
HSV(B) 353.97º 0.93% 0.84% -
XYZ 28.53 14.95 3.05 -
YUV 77.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 215 16 36 0 0.93 0.83 0.16 353.97 0.86 0.45
Hex D7 10 24 0 5D 53 10 162 56 2D
Octal 327 20 44 0 135 123 20 542 126 55
Binary 11010111 10000 100100 0 1011101 1010011 10000 101100010 1010110 101101

Color Harmonies of #D71024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71024

Black with #D71024

Text Example


Text Example

White with #D71024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71024; }

 p { color: rgb(215,16,36); }

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

background-color css

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

 a { background-color: rgb(215,16,36); }

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

border-color css

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

 span { border-color: rgb(215,16,36); }

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