Html Css Color HEX #D45B59 Indian Red

📋 copy color: '#D45B59'

red 212 ◦ green 91 ◦ blue 89

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

Shades of Indian Red #D45B59

Tints of Indian Red #D45B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

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

R = 54.08%
G = 23.21%
B = 22.7%

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

#D45B59 (or 0xD45B59) is known color: Indian Red. HEX triplet: D4, 5B and 59. RGB value is (212,91,89). Sum of RGB (Red+Green+Blue) = 212+91+89=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B59 is #2BA4A6. Grayscale: #7F7F7F. Windows color (decimal): -2860199 or 5856212. OLE color: 5856212.

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

Color convert

RGB 212 91 89 -
CMYK 0 0.57 0.58 0.17
HSL 0.98º 0.59% 0.59% -
HSV(B) 0.98º 0.58% 0.83% -
XYZ 32.7 22.2 12.01 -
YUV 126.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 212 91 89 0 0.57 0.58 0.17 0.98 0.59 0.59
Hex D4 5B 59 0 39 3A 11 1 3B 3B
Octal 324 133 131 0 71 72 21 1 73 73
Binary 11010100 1011011 1011001 0 111001 111010 10001 1 111011 111011

Color Harmonies of #D45B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45B59

Black with #D45B59

Text Example


Text Example

White with #D45B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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