Html Css Color HEX #DC0528 Fire Engine Red

📋 copy color: '#DC0528'

red 220 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #DC0528

Tints of Fire Engine Red #DC0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 83.02%
G = 1.89%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC0528 (or 0xDC0528) is known color: Fire Engine Red. HEX triplet: DC, 05 and 28. RGB value is (220,5,40). Sum of RGB (Red+Green+Blue) = 220+5+40=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0528 is #23FAD7. Grayscale: #494949. Windows color (decimal): -2357976 or 2622940. OLE color: 2622940.

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

Color convert

RGB 220 5 40 -
CMYK 0 0.98 0.82 0.14
HSL 350.23º 0.96% 0.44% -
HSV(B) 350.23º 0.98% 0.86% -
XYZ 29.95 15.48 3.42 -
YUV 73.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 220 5 40 0 0.98 0.82 0.14 350.23 0.96 0.44
Hex DC 5 28 0 62 52 E 15E 60 2C
Octal 334 5 50 0 142 122 16 536 140 54
Binary 11011100 101 101000 0 1100010 1010010 1110 101011110 1100000 101100

Color Harmonies of #DC0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0528

Black with #DC0528

Text Example


Text Example

White with #DC0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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