#CF5858

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

Shades of Indian Red #CF5858

Tints of Indian Red #CF5858

Color information

#CF5858 (or 0xCF5858) is unknown color: approx Indian Red. HEX triplet: CF, 58 and 58. RGB value is (207,88,88). Sum of RGB (Red+Green+Blue) = 207+88+88=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5858 is #30A7A7. Grayscale: #7B7B7B. Windows color (decimal): -3188648 or 5789903. OLE color: 5789903.

HSL color Cylindrical-coordinate representation of color #CF5858: hue angle of 0º 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 #CF5858 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2078888-
CMYK00.570.570.19
HSL55.35%57.84%-
HSV(B)57.49%81.18%-
XYZ30.9820.9511.64-
YUV123.58107.92187.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=54.05%
G=22.98%
B=22.98%

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
Decimal207888800.570.570.19055.3557.84
HexCF585803939130373a
Octal317130130071712306772
Binary11001111101100010110000111001111001100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5858; }

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

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

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

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

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

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

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

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