Html Css Color HEX #CD5521 Chilean Fire

📋 copy color: '#CD5521'

red 205 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #CD5521

Tints of Chilean Fire #CD5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 63.47%
G = 26.32%
B = 10.22%

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

#CD5521 (or 0xCD5521) is known color: Chilean Fire. HEX triplet: CD, 55 and 21. RGB value is (205,85,33). Sum of RGB (Red+Green+Blue) = 205+85+33=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5521 is #32AADE. Grayscale: #737373. Windows color (decimal): -3320543 or 2184653. OLE color: 2184653.

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

Color convert

RGB 205 85 33 -
CMYK 0 0.59 0.84 0.20
HSL 18.14º 0.72% 0.47% -
HSV(B) 18.14º 0.84% 0.8% -
XYZ 28.7 19.59 3.71 -
YUV 114.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 205 85 33 0 0.59 0.84 0.20 18.14 0.72 0.47
Hex CD 55 21 0 3B 54 14 12 48 2F
Octal 315 125 41 0 73 124 24 22 110 57
Binary 11001101 1010101 100001 0 111011 1010100 10100 10010 1001000 101111

Color Harmonies of #CD5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5521

Black with #CD5521

Text Example


Text Example

White with #CD5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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