Html Css Color HEX #D25F5B Indian Red

📋 copy color: '#D25F5B'

red 210 ◦ green 95 ◦ blue 91

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

Shades of Indian Red #D25F5B

Tints of Indian Red #D25F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 53.03%
G = 23.99%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D25F5B (or 0xD25F5B) is known color: Indian Red. HEX triplet: D2, 5F and 5B. RGB value is (210,95,91). Sum of RGB (Red+Green+Blue) = 210+95+91=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F5B is #2DA0A4. Grayscale: #818181. Windows color (decimal): -2990245 or 5988306. OLE color: 5988306.

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

Color convert

RGB 210 95 91 -
CMYK 0 0.55 0.57 0.18
HSL 2.02º 0.57% 0.59% -
HSV(B) 2.02º 0.57% 0.82% -
XYZ 32.56 22.64 12.55 -
YUV 128.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 210 95 91 0 0.55 0.57 0.18 2.02 0.57 0.59
Hex D2 5F 5B 0 37 39 12 2 39 3B
Octal 322 137 133 0 67 71 22 2 71 73
Binary 11010010 1011111 1011011 0 110111 111001 10010 10 111001 111011

Color Harmonies of #D25F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F5B

Black with #D25F5B

Text Example


Text Example

White with #D25F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F5B; }

 p { color: rgb(210,95,91); }

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

background-color css

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

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

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

border-color css

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

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

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