Html Css Color HEX #DC0224 Fire Engine Red

📋 copy color: '#DC0224'

red 220 ◦ green 2 ◦ blue 36

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

Shades of Fire Engine Red #DC0224

Tints of Fire Engine Red #DC0224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 85.27%
G = 0.78%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0224 (or 0xDC0224) is known color: Fire Engine Red. HEX triplet: DC, 02 and 24. RGB value is (220,2,36). Sum of RGB (Red+Green+Blue) = 220+2+36=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0224 is #23FDDB. Grayscale: #474747. Windows color (decimal): -2358748 or 2360028. OLE color: 2360028.

HSL color Cylindrical-coordinate representation of color #DC0224: hue angle of 350.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0224 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 36 -
CMYK 0 0.99 0.84 0.14
HSL 350.64º 0.98% 0.44% -
HSV(B) 350.64º 0.99% 0.86% -
XYZ 29.86 15.39 3.07 -
YUV 71.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 220 2 36 0 0.99 0.84 0.14 350.64 0.98 0.44
Hex DC 2 24 0 63 54 E 15F 62 2C
Octal 334 2 44 0 143 124 16 537 142 54
Binary 11011100 10 100100 0 1100011 1010100 1110 101011111 1100010 101100

Color Harmonies of #DC0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0224

Black with #DC0224

Text Example


Text Example

White with #DC0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0224; }

 p { color: rgb(220,2,36); }

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

background-color css

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

 a { background-color: rgb(220,2,36); }

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

border-color css

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

 span { border-color: rgb(220,2,36); }

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