#CF5F30

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

Shades of Chilean Fire #CF5F30

Tints of Chilean Fire #CF5F30

Color information

#CF5F30 (or 0xCF5F30) is unknown color: approx Chilean Fire. HEX triplet: CF, 5F and 30. RGB value is (207,95,48). Sum of RGB (Red+Green+Blue) = 207+95+48=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F30 is #30A0CF. Grayscale: #7B7B7B. Windows color (decimal): -3186896 or 3170255. OLE color: 3170255.

HSL color Cylindrical-coordinate representation of color #CF5F30: hue angle of 17.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF5F30 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2079548-
CMYK00.540.770.19
HSL17.74º62.35%50%-
HSV(B)17.74º76.81%81.18%-
XYZ30.3621.665.38-
YUV123.1385.61187.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=59.14%
G=27.14%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207954800.540.770.1917.7462.3550
HexCF5F300364D13123e32
Octal3171376006611523227662
Binary110011111011111110000011011010011011001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F30; }

 p { color: rgb(207,95,48); }

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

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

 a { background-color: rgb(207,95,48); }

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

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

 span { border-color: rgb(207,95,48); }

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