#CF5A58

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

Shades of Indian Red #CF5A58

Tints of Indian Red #CF5A58

Color information

#CF5A58 (or 0xCF5A58) is unknown color: approx Indian Red. HEX triplet: CF, 5A and 58. RGB value is (207,90,88). Sum of RGB (Red+Green+Blue) = 207+90+88=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A58 is #30A5A7. Grayscale: #7C7C7C. Windows color (decimal): -3188136 or 5790415. OLE color: 5790415.

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

Color convert

RGB2079088-
CMYK00.570.570.19
HSL1.01º55.35%57.84%-
HSV(B)1.01º57.49%81.18%-
XYZ31.1521.2811.7-
YUV124.76107.26186.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=53.77%
G=23.38%
B=22.86%

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
Decimal207908800.570.570.191.0155.3557.84
HexCF5A5803939131373a
Octal317132130071712316772
Binary11001111101101010110000111001111001100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A58; }

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

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

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

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

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

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

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

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