#CB5835

Color #CB5835 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CB5835

Tints of Chilean Fire #CB5835

Color information

#CB5835 (or 0xCB5835) is unknown color: approx Chilean Fire. HEX triplet: CB, 58 and 35. RGB value is (203,88,53). Sum of RGB (Red+Green+Blue) = 203+88+53=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5835 is #34A7CA. Grayscale: #767676. Windows color (decimal): -3450827 or 3496139. OLE color: 3496139.

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

Color convert

RGB2038853-
CMYK00.570.740.20
HSL14º59.06%50.2%-
HSV(B)14º73.89%79.61%-
XYZ28.7619.935.7-
YUV118.491.1188.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.01%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=59.01%
G=25.58%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203885300.570.740.201459.0650.2
HexCB58350394A14e3b32
Octal3131306507111224167362
Binary11001011101100011010101110011001010101001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5835; }

 p { color: rgb(203,88,53); }

 H1.HeaderClassName
 {
   color: #CB5835;
 }
 .AnyTagClassName
 {
   color: #CB5835;
 }
</style>
background-color css

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

 a { background-color: rgb(203,88,53); }

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

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

 span { border-color: rgb(203,88,53); }

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