Html Css Color HEX #D25757 Indian Red

📋 copy color: '#D25757'

red 210 ◦ green 87 ◦ blue 87

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

Shades of Indian Red #D25757

Tints of Indian Red #D25757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 87 (34.38% from 255) = 22.66%

R = 54.69%
G = 22.66%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D25757 (or 0xD25757) is known color: Indian Red. HEX triplet: D2, 57 and 57. RGB value is (210,87,87). Sum of RGB (Red+Green+Blue) = 210+87+87=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D25757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25757 is #2DA8A8. Grayscale: #7B7B7B. Windows color (decimal): -2992297 or 5724114. OLE color: 5724114.

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

Color convert

RGB 210 87 87 -
CMYK 0 0.59 0.59 0.18
HSL 0.58% 0.58% -
HSV(B) 0.59% 0.82% -
XYZ 31.71 21.21 11.44 -
YUV 123.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 210 87 87 0 0.59 0.59 0.18 0 0.58 0.58
Hex D2 57 57 0 3B 3B 12 0 3A 3A
Octal 322 127 127 0 73 73 22 0 72 72
Binary 11010010 1010111 1010111 0 111011 111011 10010 0 111010 111010

Color Harmonies of #D25757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25757

Black with #D25757

Text Example


Text Example

White with #D25757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25757; }

 p { color: rgb(210,87,87); }

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

background-color css

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

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

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

border-color css

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

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

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