Html Css Color HEX #D25958 Indian Red

📋 copy color: '#D25958'

red 210 ◦ green 89 ◦ blue 88

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

Shades of Indian Red #D25958

Tints of Indian Red #D25958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 54.26%
G = 23%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D25958 (or 0xD25958) is known color: Indian Red. HEX triplet: D2, 59 and 58. RGB value is (210,89,88). Sum of RGB (Red+Green+Blue) = 210+89+88=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D25958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25958 is #2DA6A7. Grayscale: #7D7D7D. Windows color (decimal): -2991784 or 5790162. OLE color: 5790162.

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

Color convert

RGB 210 89 88 -
CMYK 0 0.58 0.58 0.18
HSL 0.49º 0.58% 0.58% -
HSV(B) 0.49º 0.58% 0.82% -
XYZ 31.91 21.55 11.71 -
YUV 125.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 210 89 88 0 0.58 0.58 0.18 0.49 0.58 0.58
Hex D2 59 58 0 3A 3A 12 0 3A 3A
Octal 322 131 130 0 72 72 22 0 72 72
Binary 11010010 1011001 1011000 0 111010 111010 10010 0 111010 111010

Color Harmonies of #D25958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25958

Black with #D25958

Text Example


Text Example

White with #D25958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25958; }

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

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

background-color css

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

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

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

border-color css

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

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

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