Html Css Color HEX #D60821 Fire Engine Red

📋 copy color: '#D60821'

red 214 ◦ green 8 ◦ blue 33

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

Shades of Fire Engine Red #D60821

Tints of Fire Engine Red #D60821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 83.92%
G = 3.14%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D60821 (or 0xD60821) is known color: Fire Engine Red. HEX triplet: D6, 08 and 21. RGB value is (214,8,33). Sum of RGB (Red+Green+Blue) = 214+8+33=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60821 is #29F7DE. Grayscale: #484848. Windows color (decimal): -2750431 or 2164950. OLE color: 2164950.

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

Color convert

RGB 214 8 33 -
CMYK 0 0.96 0.85 0.16
HSL 352.72º 0.93% 0.44% -
HSV(B) 352.72º 0.96% 0.84% -
XYZ 28.09 14.58 2.77 -
YUV 72.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 214 8 33 0 0.96 0.85 0.16 352.72 0.93 0.44
Hex D6 8 21 0 60 55 10 161 5D 2C
Octal 326 10 41 0 140 125 20 541 135 54
Binary 11010110 1000 100001 0 1100000 1010101 10000 101100001 1011101 101100

Color Harmonies of #D60821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60821

Black with #D60821

Text Example


Text Example

White with #D60821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60821; }

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

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

background-color css

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

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

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

border-color css

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

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

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