Html Css Color HEX #D25A58 Indian Red

📋 copy color: '#D25A58'

red 210 ◦ green 90 ◦ blue 88

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

Shades of Indian Red #D25A58

Tints of Indian Red #D25A58

RGB

 RED value IS 210 (82.42% from 255) = 54.12%

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

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

R = 54.12%
G = 23.2%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D25A58 (or 0xD25A58) is known color: Indian Red. HEX triplet: D2, 5A and 58. RGB value is (210,90,88). Sum of RGB (Red+Green+Blue) = 210+90+88=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A58 is #2DA5A7. Grayscale: #7D7D7D. Windows color (decimal): -2991528 or 5790418. OLE color: 5790418.

HSL color Cylindrical-coordinate representation of color #D25A58: hue angle of 0.98º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25A58 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 88 -
CMYK 0 0.57 0.58 0.18
HSL 0.98º 0.58% 0.58% -
HSV(B) 0.98º 0.58% 0.82% -
XYZ 32 21.72 11.74 -
YUV 125.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 210 90 88 0 0.57 0.58 0.18 0.98 0.58 0.58
Hex D2 5A 58 0 39 3A 12 1 3A 3A
Octal 322 132 130 0 71 72 22 1 72 72
Binary 11010010 1011010 1011000 0 111001 111010 10010 1 111010 111010

Color Harmonies of #D25A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A58

Black with #D25A58

Text Example


Text Example

White with #D25A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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