Html Css Color HEX #DC553A Chilean Fire

📋 copy color: '#DC553A'

red 220 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #DC553A

Tints of Chilean Fire #DC553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 60.61%
G = 23.42%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC553A (or 0xDC553A) is known color: Chilean Fire. HEX triplet: DC, 55 and 3A. RGB value is (220,85,58). Sum of RGB (Red+Green+Blue) = 220+85+58=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553A is #23AAC5. Grayscale: #7A7A7A. Windows color (decimal): -2337478 or 3823068. OLE color: 3823068.

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

Color convert

RGB 220 85 58 -
CMYK 0 0.61 0.74 0.14
HSL 10º 0.7% 0.55% -
HSV(B) 10º 0.74% 0.86% -
XYZ 33.53 22.02 6.49 -
YUV 122.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 220 85 58 0 0.61 0.74 0.14 10 0.7 0.55
Hex DC 55 3A 0 3D 4A E A 46 37
Octal 334 125 72 0 75 112 16 12 106 67
Binary 11011100 1010101 111010 0 111101 1001010 1110 1010 1000110 110111

Color Harmonies of #DC553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC553A

Black with #DC553A

Text Example


Text Example

White with #DC553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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