Html Css Color HEX #DC0527 Fire Engine Red

📋 copy color: '#DC0527'

red 220 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #DC0527

Tints of Fire Engine Red #DC0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 83.33%
G = 1.89%
B = 14.77%

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

#DC0527 (or 0xDC0527) is known color: Fire Engine Red. HEX triplet: DC, 05 and 27. RGB value is (220,5,39). Sum of RGB (Red+Green+Blue) = 220+5+39=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0527 is #23FAD8. Grayscale: #494949. Windows color (decimal): -2357977 or 2557404. OLE color: 2557404.

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

Color convert

RGB 220 5 39 -
CMYK 0 0.98 0.82 0.14
HSL 350.51º 0.96% 0.44% -
HSV(B) 350.51º 0.98% 0.86% -
XYZ 29.94 15.47 3.33 -
YUV 73.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 220 5 39 0 0.98 0.82 0.14 350.51 0.96 0.44
Hex DC 5 27 0 62 52 E 15F 60 2C
Octal 334 5 47 0 142 122 16 537 140 54
Binary 11011100 101 100111 0 1100010 1010010 1110 101011111 1100000 101100

Color Harmonies of #DC0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0527

Black with #DC0527

Text Example


Text Example

White with #DC0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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