Html Css Color HEX #CD5520 Chilean Fire

📋 copy color: '#CD5520'

red 205 ◦ green 85 ◦ blue 32

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

Shades of Chilean Fire #CD5520

Tints of Chilean Fire #CD5520

RGB

 RED value IS 205 (80.47% from 255) = 63.66%

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

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 63.66%
G = 26.4%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD5520 (or 0xCD5520) is known color: Chilean Fire. HEX triplet: CD, 55 and 20. RGB value is (205,85,32). Sum of RGB (Red+Green+Blue) = 205+85+32=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5520 is #32AADF. Grayscale: #737373. Windows color (decimal): -3320544 or 2119117. OLE color: 2119117.

HSL color Cylindrical-coordinate representation of color #CD5520: hue angle of 18.38º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD5520 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 32 -
CMYK 0 0.59 0.84 0.20
HSL 18.38º 0.73% 0.46% -
HSV(B) 18.38º 0.84% 0.8% -
XYZ 28.69 19.58 3.63 -
YUV 114.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 205 85 32 0 0.59 0.84 0.20 18.38 0.73 0.46
Hex CD 55 20 0 3B 54 14 12 49 2E
Octal 315 125 40 0 73 124 24 22 111 56
Binary 11001101 1010101 100000 0 111011 1010100 10100 10010 1001001 101110

Color Harmonies of #CD5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5520

Black with #CD5520

Text Example


Text Example

White with #CD5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5520; }

 p { color: rgb(205,85,32); }

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

background-color css

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

 a { background-color: rgb(205,85,32); }

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

border-color css

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

 span { border-color: rgb(205,85,32); }

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