Html Css Color HEX #D35C59 Indian Red

📋 copy color: '#D35C59'

red 211 ◦ green 92 ◦ blue 89

#D35C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #D35C59

Tints of Indian Red #D35C59

RGB

 RED value IS 211 (82.81% from 255) = 53.83%

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 53.83%
G = 23.47%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D35C59 (or 0xD35C59) is known color: Indian Red. HEX triplet: D3, 5C and 59. RGB value is (211,92,89). Sum of RGB (Red+Green+Blue) = 211+92+89=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C59 is #2CA3A6. Grayscale: #7F7F7F. Windows color (decimal): -2925479 or 5856467. OLE color: 5856467.

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

Color convert

RGB 211 92 89 -
CMYK 0 0.56 0.58 0.17
HSL 1.48º 0.58% 0.59% -
HSV(B) 1.48º 0.58% 0.83% -
XYZ 32.49 22.22 12.03 -
YUV 127.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 211 92 89 0 0.56 0.58 0.17 1.48 0.58 0.59
Hex D3 5C 59 0 38 3A 11 1 3A 3B
Octal 323 134 131 0 70 72 21 1 72 73
Binary 11010011 1011100 1011001 0 111000 111010 10001 1 111010 111011

Color Harmonies of #D35C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C59

Black with #D35C59

Text Example


Text Example

White with #D35C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C59; }

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

 H1.HeaderClassName
 {
   color: #D35C59;
 }
 .AnyTagClassName
 {
   color: #D35C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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