Html Css Color HEX #DC5530 Chilean Fire

📋 copy color: '#DC5530'

red 220 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #DC5530

Tints of Chilean Fire #DC5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 62.32%
G = 24.08%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5530 (or 0xDC5530) is known color: Chilean Fire. HEX triplet: DC, 55 and 30. RGB value is (220,85,48). Sum of RGB (Red+Green+Blue) = 220+85+48=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5530 is #23AACF. Grayscale: #797979. Windows color (decimal): -2337488 or 3167708. OLE color: 3167708.

HSL color Cylindrical-coordinate representation of color #DC5530: hue angle of 12.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC5530 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 48 -
CMYK 0 0.61 0.78 0.14
HSL 12.91º 0.71% 0.53% -
HSV(B) 12.91º 0.78% 0.86% -
XYZ 33.3 21.93 5.27 -
YUV 121.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 220 85 48 0 0.61 0.78 0.14 12.91 0.71 0.53
Hex DC 55 30 0 3D 4E E D 47 35
Octal 334 125 60 0 75 116 16 15 107 65
Binary 11011100 1010101 110000 0 111101 1001110 1110 1101 1000111 110101

Color Harmonies of #DC5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5530

Black with #DC5530

Text Example


Text Example

White with #DC5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5530; }

 p { color: rgb(220,85,48); }

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

background-color css

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

 a { background-color: rgb(220,85,48); }

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

border-color css

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

 span { border-color: rgb(220,85,48); }

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