Html Css Color HEX #DC0522 Fire Engine Red

📋 copy color: '#DC0522'

red 220 ◦ green 5 ◦ blue 34

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

Shades of Fire Engine Red #DC0522

Tints of Fire Engine Red #DC0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 84.94%
G = 1.93%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0522 (or 0xDC0522) is known color: Fire Engine Red. HEX triplet: DC, 05 and 22. RGB value is (220,5,34). Sum of RGB (Red+Green+Blue) = 220+5+34=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0522 is #23FADD. Grayscale: #484848. Windows color (decimal): -2357982 or 2229724. OLE color: 2229724.

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

Color convert

RGB 220 5 34 -
CMYK 0 0.98 0.85 0.14
HSL 351.91º 0.96% 0.44% -
HSV(B) 351.91º 0.98% 0.86% -
XYZ 29.86 15.44 2.92 -
YUV 72.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 220 5 34 0 0.98 0.85 0.14 351.91 0.96 0.44
Hex DC 5 22 0 62 55 E 160 60 2C
Octal 334 5 42 0 142 125 16 540 140 54
Binary 11011100 101 100010 0 1100010 1010101 1110 101100000 1100000 101100

Color Harmonies of #DC0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0522

Black with #DC0522

Text Example


Text Example

White with #DC0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0522; }

 p { color: rgb(220,5,34); }

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

background-color css

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

 a { background-color: rgb(220,5,34); }

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

border-color css

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

 span { border-color: rgb(220,5,34); }

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