#CF5958

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

Shades of Indian Red #CF5958

Tints of Indian Red #CF5958

Color information

#CF5958 (or 0xCF5958) is unknown color: approx Indian Red. HEX triplet: CF, 59 and 58. RGB value is (207,89,88). Sum of RGB (Red+Green+Blue) = 207+89+88=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5958 is #30A6A7. Grayscale: #7C7C7C. Windows color (decimal): -3188392 or 5790159. OLE color: 5790159.

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

Color convert

RGB2078988-
CMYK00.570.570.19
HSL0.5º55.35%57.84%-
HSV(B)0.5º57.49%81.18%-
XYZ31.0721.1111.67-
YUV124.17107.59187.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=53.91%
G=23.18%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207898800.570.570.190.555.3557.84
HexCF595803939131373a
Octal317131130071712316772
Binary11001111101100110110000111001111001100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5958; }

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

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

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

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

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

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

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

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