#CF5E57

Color #CF5E57 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CF5E57

Tints of Indian Red #CF5E57

Color information

#CF5E57 (or 0xCF5E57) is unknown color: approx Indian Red. HEX triplet: CF, 5E and 57. RGB value is (207,94,87). Sum of RGB (Red+Green+Blue) = 207+94+87=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E57 is #30A1A8. Grayscale: #7F7F7F. Windows color (decimal): -3187113 or 5725903. OLE color: 5725903.

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

Color convert

RGB2079487-
CMYK00.550.580.19
HSL3.5º55.56%57.65%-
HSV(B)3.5º57.97%81.18%-
XYZ31.4621.9611.6-
YUV126.99105.44185.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=53.35%
G=24.23%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207948700.550.580.193.555.5657.65
HexCF5E570373A134383a
Octal317136127067722347072
Binary1100111110111101010111011011111101010011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5E57; }

 p { color: rgb(207,94,87); }

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

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

 a { background-color: rgb(207,94,87); }

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

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

 span { border-color: rgb(207,94,87); }

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