Html Css Color HEX #D25D56 Indian Red

📋 copy color: '#D25D56'

red 210 ◦ green 93 ◦ blue 86

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

Shades of Indian Red #D25D56

Tints of Indian Red #D25D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 53.98%
G = 23.91%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D25D56 (or 0xD25D56) is known color: Indian Red. HEX triplet: D2, 5D and 56. RGB value is (210,93,86). Sum of RGB (Red+Green+Blue) = 210+93+86=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D56 is #2DA2A9. Grayscale: #7F7F7F. Windows color (decimal): -2990762 or 5660114. OLE color: 5660114.

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

Color convert

RGB 210 93 86 -
CMYK 0 0.56 0.59 0.18
HSL 3.39º 0.58% 0.58% -
HSV(B) 3.39º 0.59% 0.82% -
XYZ 32.17 22.2 11.39 -
YUV 127.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 210 93 86 0 0.56 0.59 0.18 3.39 0.58 0.58
Hex D2 5D 56 0 38 3B 12 3 3A 3A
Octal 322 135 126 0 70 73 22 3 72 72
Binary 11010010 1011101 1010110 0 111000 111011 10010 11 111010 111010

Color Harmonies of #D25D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D56

Black with #D25D56

Text Example


Text Example

White with #D25D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D56; }

 p { color: rgb(210,93,86); }

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

background-color css

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

 a { background-color: rgb(210,93,86); }

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

border-color css

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

 span { border-color: rgb(210,93,86); }

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