Html Css Color HEX #D25E5C Indian Red

📋 copy color: '#D25E5C'

red 210 ◦ green 94 ◦ blue 92

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

Shades of Indian Red #D25E5C

Tints of Indian Red #D25E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 53.03%
G = 23.74%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D25E5C (or 0xD25E5C) is known color: Indian Red. HEX triplet: D2, 5E and 5C. RGB value is (210,94,92). Sum of RGB (Red+Green+Blue) = 210+94+92=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E5C is #2DA1A3. Grayscale: #808080. Windows color (decimal): -2990500 or 6053586. OLE color: 6053586.

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

Color convert

RGB 210 94 92 -
CMYK 0 0.55 0.56 0.18
HSL 1.02º 0.57% 0.59% -
HSV(B) 1.02º 0.56% 0.82% -
XYZ 32.51 22.48 12.75 -
YUV 128.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 210 94 92 0 0.55 0.56 0.18 1.02 0.57 0.59
Hex D2 5E 5C 0 37 38 12 1 39 3B
Octal 322 136 134 0 67 70 22 1 71 73
Binary 11010010 1011110 1011100 0 110111 111000 10010 1 111001 111011

Color Harmonies of #D25E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E5C

Black with #D25E5C

Text Example


Text Example

White with #D25E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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