Html Css Color HEX #DC552A Chilean Fire

📋 copy color: '#DC552A'

red 220 ◦ green 85 ◦ blue 42

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

Shades of Chilean Fire #DC552A

Tints of Chilean Fire #DC552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 63.4%
G = 24.5%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC552A (or 0xDC552A) is known color: Chilean Fire. HEX triplet: DC, 55 and 2A. RGB value is (220,85,42). Sum of RGB (Red+Green+Blue) = 220+85+42=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC552A is #23AAD5. Grayscale: #787878. Windows color (decimal): -2337494 or 2774492. OLE color: 2774492.

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

Color convert

RGB 220 85 42 -
CMYK 0 0.61 0.81 0.14
HSL 14.49º 0.72% 0.51% -
HSV(B) 14.49º 0.81% 0.86% -
XYZ 33.18 21.88 4.66 -
YUV 120.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 220 85 42 0 0.61 0.81 0.14 14.49 0.72 0.51
Hex DC 55 2A 0 3D 51 E E 48 33
Octal 334 125 52 0 75 121 16 16 110 63
Binary 11011100 1010101 101010 0 111101 1010001 1110 1110 1001000 110011

Color Harmonies of #DC552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC552A

Black with #DC552A

Text Example


Text Example

White with #DC552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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