Html Css Color HEX #D01720 Fire Engine Red

📋 copy color: '#D01720'

red 208 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #D01720

Tints of Fire Engine Red #D01720

RGB

 RED value IS 208 (81.64% from 255) = 79.09%

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 79.09%
G = 8.75%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D01720 (or 0xD01720) is known color: Fire Engine Red. HEX triplet: D0, 17 and 20. RGB value is (208,23,32). Sum of RGB (Red+Green+Blue) = 208+23+32=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D01720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01720 is #2FE8DF. Grayscale: #4F4F4F. Windows color (decimal): -3139808 or 2103248. OLE color: 2103248.

HSL color Cylindrical-coordinate representation of color #D01720: hue angle of 357.08º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01720 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 32 -
CMYK 0 0.89 0.85 0.18
HSL 357.08º 0.8% 0.45% -
HSV(B) 357.08º 0.89% 0.82% -
XYZ 26.58 14.13 2.69 -
YUV 79.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 208 23 32 0 0.89 0.85 0.18 357.08 0.8 0.45
Hex D0 17 20 0 59 55 12 165 50 2D
Octal 320 27 40 0 131 125 22 545 120 55
Binary 11010000 10111 100000 0 1011001 1010101 10010 101100101 1010000 101101

Color Harmonies of #D01720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01720

Black with #D01720

Text Example


Text Example

White with #D01720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01720; }

 p { color: rgb(208,23,32); }

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

background-color css

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

 a { background-color: rgb(208,23,32); }

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

border-color css

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

 span { border-color: rgb(208,23,32); }

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