#CB5733

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

Shades of Chilean Fire #CB5733

Tints of Chilean Fire #CB5733

Color information

#CB5733 (or 0xCB5733) is unknown color: approx Chilean Fire. HEX triplet: CB, 57 and 33. RGB value is (203,87,51). Sum of RGB (Red+Green+Blue) = 203+87+51=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5733 is #34A8CC. Grayscale: #757575. Windows color (decimal): -3451085 or 3364811. OLE color: 3364811.

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

Color convert

RGB2038751-
CMYK00.570.750.20
HSL14.21º59.84%49.8%-
HSV(B)14.21º74.88%79.61%-
XYZ28.6319.755.44-
YUV117.5890.43188.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.53%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=59.53%
G=25.51%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203875100.570.750.2014.2159.8449.8
HexCB57330394B14e3c32
Octal3131276307111324167462
Binary11001011101011111001101110011001011101001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5733; }

 p { color: rgb(203,87,51); }

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

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

 a { background-color: rgb(203,87,51); }

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

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

 span { border-color: rgb(203,87,51); }

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