Html Css Color HEX #DC0F21 Fire Engine Red

📋 copy color: '#DC0F21'

red 220 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #DC0F21

Tints of Fire Engine Red #DC0F21

RGB

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

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

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

R = 82.09%
G = 5.6%
B = 12.31%

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

#DC0F21 (or 0xDC0F21) is known color: Fire Engine Red. HEX triplet: DC, 0F and 21. RGB value is (220,15,33). Sum of RGB (Red+Green+Blue) = 220+15+33=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F21 is #23F0DE. Grayscale: #4E4E4E. Windows color (decimal): -2355423 or 2166748. OLE color: 2166748.

HSL color Cylindrical-coordinate representation of color #DC0F21: hue angle of 354.73º 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 #DC0F21 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 33 -
CMYK 0 0.93 0.85 0.14
HSL 354.73º 0.87% 0.46% -
HSV(B) 354.73º 0.93% 0.86% -
XYZ 29.96 15.67 2.88 -
YUV 78.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 220 15 33 0 0.93 0.85 0.14 354.73 0.87 0.46
Hex DC F 21 0 5D 55 E 163 57 2E
Octal 334 17 41 0 135 125 16 543 127 56
Binary 11011100 1111 100001 0 1011101 1010101 1110 101100011 1010111 101110

Color Harmonies of #DC0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F21

Black with #DC0F21

Text Example


Text Example

White with #DC0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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