Html Css Color HEX #D25C5A Indian Red

📋 copy color: '#D25C5A'

red 210 ◦ green 92 ◦ blue 90

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

Shades of Indian Red #D25C5A

Tints of Indian Red #D25C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 53.57%
G = 23.47%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D25C5A (or 0xD25C5A) is known color: Indian Red. HEX triplet: D2, 5C and 5A. RGB value is (210,92,90). Sum of RGB (Red+Green+Blue) = 210+92+90=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C5A is #2DA3A5. Grayscale: #7F7F7F. Windows color (decimal): -2991014 or 5922002. OLE color: 5922002.

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

Color convert

RGB 210 92 90 -
CMYK 0 0.56 0.57 0.18
HSL 0.57% 0.59% -
HSV(B) 0.57% 0.82% -
XYZ 32.25 22.09 12.24 -
YUV 127.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 210 92 90 0 0.56 0.57 0.18 1 0.57 0.59
Hex D2 5C 5A 0 38 39 12 1 39 3B
Octal 322 134 132 0 70 71 22 1 71 73
Binary 11010010 1011100 1011010 0 111000 111001 10010 1 111001 111011

Color Harmonies of #D25C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C5A

Black with #D25C5A

Text Example


Text Example

White with #D25C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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