Html Css Color HEX #D25C56 Indian Red

📋 copy color: '#D25C56'

red 210 ◦ green 92 ◦ blue 86

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

Shades of Indian Red #D25C56

Tints of Indian Red #D25C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.71%

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

R = 54.12%
G = 23.71%
B = 22.16%

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

#D25C56 (or 0xD25C56) is known color: Indian Red. HEX triplet: D2, 5C and 56. RGB value is (210,92,86). Sum of RGB (Red+Green+Blue) = 210+92+86=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C56 is #2DA3A9. Grayscale: #7E7E7E. Windows color (decimal): -2991018 or 5659858. OLE color: 5659858.

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

Color convert

RGB 210 92 86 -
CMYK 0 0.56 0.59 0.18
HSL 2.9º 0.58% 0.58% -
HSV(B) 2.9º 0.59% 0.82% -
XYZ 32.09 22.03 11.36 -
YUV 126.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 210 92 86 0 0.56 0.59 0.18 2.9 0.58 0.58
Hex D2 5C 56 0 38 3B 12 3 3A 3A
Octal 322 134 126 0 70 73 22 3 72 72
Binary 11010010 1011100 1010110 0 111000 111011 10010 11 111010 111010

Color Harmonies of #D25C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C56

Black with #D25C56

Text Example


Text Example

White with #D25C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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