#CF5828

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

Shades of Chilean Fire #CF5828

Tints of Chilean Fire #CF5828

Color information

#CF5828 (or 0xCF5828) is unknown color: approx Chilean Fire. HEX triplet: CF, 58 and 28. RGB value is (207,88,40). Sum of RGB (Red+Green+Blue) = 207+88+40=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5828 is #30A7D7. Grayscale: #767676. Windows color (decimal): -3188696 or 2644175. OLE color: 2644175.

HSL color Cylindrical-coordinate representation of color #CF5828: hue angle of 17.25º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF5828 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB2078840-
CMYK00.570.810.19
HSL17.25º67.61%48.43%-
HSV(B)17.25º80.68%81.18%-
XYZ29.620.44.38-
YUV118.1183.92191.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.79%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=61.79%
G=26.27%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207884000.570.810.1917.2567.6148.43
HexCF58280395113114430
Octal31713050071121232110460
Binary1100111110110001010000111001101000110011100011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5828; }

 p { color: rgb(207,88,40); }

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

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

 a { background-color: rgb(207,88,40); }

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

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

 span { border-color: rgb(207,88,40); }

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