#CF5C55

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

Shades of Indian Red #CF5C55

Tints of Indian Red #CF5C55

Color information

#CF5C55 (or 0xCF5C55) is unknown color: approx Indian Red. HEX triplet: CF, 5C and 55. RGB value is (207,92,85). Sum of RGB (Red+Green+Blue) = 207+92+85=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C55 is #30A3AA. Grayscale: #7D7D7D. Windows color (decimal): -3187627 or 5594319. OLE color: 5594319.

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

Color convert

RGB2079285-
CMYK00.560.590.19
HSL3.44º55.96%57.25%-
HSV(B)3.44º58.94%81.18%-
XYZ31.221.5811.11-
YUV125.59105.1186.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=53.91%
G=23.96%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207928500.560.590.193.4455.9657.25
HexCF5C550383B1333839
Octal317134125070732337071
Binary110011111011100101010101110001110111001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C55; }

 p { color: rgb(207,92,85); }

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

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

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

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

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

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

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