Html Css Color HEX #D60721 Fire Engine Red

📋 copy color: '#D60721'

red 214 ◦ green 7 ◦ blue 33

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

Shades of Fire Engine Red #D60721

Tints of Fire Engine Red #D60721

RGB

 RED value IS 214 (83.98% from 255) = 84.25%

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 84.25%
G = 2.76%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D60721 (or 0xD60721) is known color: Fire Engine Red. HEX triplet: D6, 07 and 21. RGB value is (214,7,33). Sum of RGB (Red+Green+Blue) = 214+7+33=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60721 is #29F8DE. Grayscale: #474747. Windows color (decimal): -2750687 or 2164694. OLE color: 2164694.

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

Color convert

RGB 214 7 33 -
CMYK 0 0.97 0.85 0.16
HSL 352.46º 0.94% 0.43% -
HSV(B) 352.46º 0.97% 0.84% -
XYZ 28.08 14.56 2.77 -
YUV 71.86 106.08 229.39 -
System Red Green Blue C M Y K H S L
Decimal 214 7 33 0 0.97 0.85 0.16 352.46 0.94 0.43
Hex D6 7 21 0 61 55 10 160 5E 2B
Octal 326 7 41 0 141 125 20 540 136 53
Binary 11010110 111 100001 0 1100001 1010101 10000 101100000 1011110 101011

Color Harmonies of #D60721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60721

Black with #D60721

Text Example


Text Example

White with #D60721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60721; }

 p { color: rgb(214,7,33); }

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

background-color css

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

 a { background-color: rgb(214,7,33); }

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

border-color css

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

 span { border-color: rgb(214,7,33); }

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