#D35D5C

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

Shades of Indian Red #D35D5C

Tints of Indian Red #D35D5C

Color information

#D35D5C (or 0xD35D5C) is unknown color: approx Indian Red. HEX triplet: D3, 5D and 5C. RGB value is (211,93,92). Sum of RGB (Red+Green+Blue) = 211+93+92=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D5C is #2CA2A3. Grayscale: #808080. Windows color (decimal): -2925220 or 6053331. OLE color: 6053331.

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

Color convert

RGB2119392-
CMYK00.560.560.17
HSL0.5º57.49%59.41%-
HSV(B)0.5º56.4%82.75%-
XYZ32.7122.4512.73-
YUV128.17107.59187.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.28%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=53.28%
G=23.48%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211939200.560.560.170.557.4959.41
HexD35D5C03838111393b
Octal323135134070702117173
Binary11010011101110110111000111000111000100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D5C; }

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

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

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

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

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

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

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

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