Html Css Color HEX #DC5533 Chilean Fire

📋 copy color: '#DC5533'

red 220 ◦ green 85 ◦ blue 51

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

Shades of Chilean Fire #DC5533

Tints of Chilean Fire #DC5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 61.8%
G = 23.88%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC5533 (or 0xDC5533) is known color: Chilean Fire. HEX triplet: DC, 55 and 33. RGB value is (220,85,51). Sum of RGB (Red+Green+Blue) = 220+85+51=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5533 is #23AACC. Grayscale: #797979. Windows color (decimal): -2337485 or 3364316. OLE color: 3364316.

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

Color convert

RGB 220 85 51 -
CMYK 0 0.61 0.77 0.14
HSL 12.07º 0.71% 0.53% -
HSV(B) 12.07º 0.77% 0.86% -
XYZ 33.36 21.95 5.61 -
YUV 121.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 220 85 51 0 0.61 0.77 0.14 12.07 0.71 0.53
Hex DC 55 33 0 3D 4D E C 47 35
Octal 334 125 63 0 75 115 16 14 107 65
Binary 11011100 1010101 110011 0 111101 1001101 1110 1100 1000111 110101

Color Harmonies of #DC5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5533

Black with #DC5533

Text Example


Text Example

White with #DC5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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