#CF5D5C

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

Shades of Indian Red #CF5D5C

Tints of Indian Red #CF5D5C

Color information

#CF5D5C (or 0xCF5D5C) is unknown color: approx Indian Red. HEX triplet: CF, 5D and 5C. RGB value is (207,93,92). Sum of RGB (Red+Green+Blue) = 207+93+92=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D5C is #30A2A3. Grayscale: #7F7F7F. Windows color (decimal): -3187364 or 6053327. OLE color: 6053327.

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

Color convert

RGB2079392-
CMYK00.550.560.19
HSL0.52º54.5%58.63%-
HSV(B)0.52º55.56%81.18%-
XYZ31.5821.8712.68-
YUV126.97108.27185.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=52.81%
G=23.72%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207939200.550.560.190.5254.558.63
HexCF5D5C03738131373b
Octal317135134067702316773
Binary11001111101110110111000110111111000100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D5C; }

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

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

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

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

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

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

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

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