Html Css Color HEX #D45A58 Indian Red

📋 copy color: '#D45A58'

red 212 ◦ green 90 ◦ blue 88

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

Shades of Indian Red #D45A58

Tints of Indian Red #D45A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 54.36%
G = 23.08%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D45A58 (or 0xD45A58) is known color: Indian Red. HEX triplet: D4, 5A and 58. RGB value is (212,90,88). Sum of RGB (Red+Green+Blue) = 212+90+88=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45A58 is #2BA5A7. Grayscale: #7E7E7E. Windows color (decimal): -2860456 or 5790420. OLE color: 5790420.

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

Color convert

RGB 212 90 88 -
CMYK 0 0.58 0.58 0.17
HSL 0.97º 0.59% 0.59% -
HSV(B) 0.97º 0.58% 0.83% -
XYZ 32.57 22.01 11.77 -
YUV 126.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 212 90 88 0 0.58 0.58 0.17 0.97 0.59 0.59
Hex D4 5A 58 0 3A 3A 11 1 3B 3B
Octal 324 132 130 0 72 72 21 1 73 73
Binary 11010100 1011010 1011000 0 111010 111010 10001 1 111011 111011

Color Harmonies of #D45A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45A58

Black with #D45A58

Text Example


Text Example

White with #D45A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45A58; }

 p { color: rgb(212,90,88); }

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

background-color css

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

 a { background-color: rgb(212,90,88); }

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

border-color css

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

 span { border-color: rgb(212,90,88); }

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