Html Css Color HEX #DC0F20 Fire Engine Red

📋 copy color: '#DC0F20'

red 220 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #DC0F20

Tints of Fire Engine Red #DC0F20

RGB

 RED value IS 220 (86.33% from 255) = 82.4%

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 82.4%
G = 5.62%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0F20 (or 0xDC0F20) is known color: Fire Engine Red. HEX triplet: DC, 0F and 20. RGB value is (220,15,32). Sum of RGB (Red+Green+Blue) = 220+15+32=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F20 is #23F0DF. Grayscale: #4E4E4E. Windows color (decimal): -2355424 or 2101212. OLE color: 2101212.

HSL color Cylindrical-coordinate representation of color #DC0F20: hue angle of 355.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F20 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 32 -
CMYK 0 0.93 0.85 0.14
HSL 355.02º 0.87% 0.46% -
HSV(B) 355.02º 0.93% 0.86% -
XYZ 29.95 15.66 2.81 -
YUV 78.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 220 15 32 0 0.93 0.85 0.14 355.02 0.87 0.46
Hex DC F 20 0 5D 55 E 163 57 2E
Octal 334 17 40 0 135 125 16 543 127 56
Binary 11011100 1111 100000 0 1011101 1010101 1110 101100011 1010111 101110

Color Harmonies of #DC0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F20

Black with #DC0F20

Text Example


Text Example

White with #DC0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F20; }

 p { color: rgb(220,15,32); }

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

background-color css

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

 a { background-color: rgb(220,15,32); }

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

border-color css

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

 span { border-color: rgb(220,15,32); }

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