Html Css Color HEX #D01721 Fire Engine Red

📋 copy color: '#D01721'

red 208 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #D01721

Tints of Fire Engine Red #D01721

RGB

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

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

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

R = 78.79%
G = 8.71%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01721 (or 0xD01721) is known color: Fire Engine Red. HEX triplet: D0, 17 and 21. RGB value is (208,23,33). Sum of RGB (Red+Green+Blue) = 208+23+33=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D01721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01721 is #2FE8DE. Grayscale: #4F4F4F. Windows color (decimal): -3139807 or 2168784. OLE color: 2168784.

HSL color Cylindrical-coordinate representation of color #D01721: hue angle of 356.76º 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 #D01721 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 33 -
CMYK 0 0.89 0.84 0.18
HSL 356.76º 0.8% 0.45% -
HSV(B) 356.76º 0.89% 0.82% -
XYZ 26.59 14.13 2.77 -
YUV 79.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 208 23 33 0 0.89 0.84 0.18 356.76 0.8 0.45
Hex D0 17 21 0 59 54 12 165 50 2D
Octal 320 27 41 0 131 124 22 545 120 55
Binary 11010000 10111 100001 0 1011001 1010100 10010 101100101 1010000 101101

Color Harmonies of #D01721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01721

Black with #D01721

Text Example


Text Example

White with #D01721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01721; }

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

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

background-color css

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

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

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

border-color css

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

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

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