Html Css Color HEX #D45C59 Indian Red

📋 copy color: '#D45C59'

red 212 ◦ green 92 ◦ blue 89

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

Shades of Indian Red #D45C59

Tints of Indian Red #D45C59

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

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

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

R = 53.94%
G = 23.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D45C59 (or 0xD45C59) is known color: Indian Red. HEX triplet: D4, 5C and 59. RGB value is (212,92,89). Sum of RGB (Red+Green+Blue) = 212+92+89=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C59 is #2BA3A6. Grayscale: #7F7F7F. Windows color (decimal): -2859943 or 5856468. OLE color: 5856468.

HSL color Cylindrical-coordinate representation of color #D45C59: hue angle of 1.46º degrees, saturation: 0.59, 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 #D45C59 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 92 89 -
CMYK 0 0.57 0.58 0.17
HSL 1.46º 0.59% 0.59% -
HSV(B) 1.46º 0.58% 0.83% -
XYZ 32.78 22.37 12.04 -
YUV 127.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 212 92 89 0 0.57 0.58 0.17 1.46 0.59 0.59
Hex D4 5C 59 0 39 3A 11 1 3B 3B
Octal 324 134 131 0 71 72 21 1 73 73
Binary 11010100 1011100 1011001 0 111001 111010 10001 1 111011 111011

Color Harmonies of #D45C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C59

Black with #D45C59

Text Example


Text Example

White with #D45C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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