Html Css Color HEX #CB5521 Chilean Fire

📋 copy color: '#CB5521'

red 203 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #CB5521

Tints of Chilean Fire #CB5521

RGB

 RED value IS 203 (79.69% from 255) = 63.24%

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

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

R = 63.24%
G = 26.48%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB5521 (or 0xCB5521) is known color: Chilean Fire. HEX triplet: CB, 55 and 21. RGB value is (203,85,33). Sum of RGB (Red+Green+Blue) = 203+85+33=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5521 is #34AADE. Grayscale: #727272. Windows color (decimal): -3451615 or 2184651. OLE color: 2184651.

HSL color Cylindrical-coordinate representation of color #CB5521: hue angle of 18.35º degrees, saturation: 0.72, 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 #CB5521 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 85 33 -
CMYK 0 0.58 0.84 0.20
HSL 18.35º 0.72% 0.46% -
HSV(B) 18.35º 0.84% 0.8% -
XYZ 28.15 19.3 3.68 -
YUV 114.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 203 85 33 0 0.58 0.84 0.20 18.35 0.72 0.46
Hex CB 55 21 0 3A 54 14 12 48 2E
Octal 313 125 41 0 72 124 24 22 110 56
Binary 11001011 1010101 100001 0 111010 1010100 10100 10010 1001000 101110

Color Harmonies of #CB5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5521

Black with #CB5521

Text Example


Text Example

White with #CB5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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