Html Css Color HEX #D05D5B Indian Red

📋 copy color: '#D05D5B'

red 208 ◦ green 93 ◦ blue 91

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

Shades of Indian Red #D05D5B

Tints of Indian Red #D05D5B

RGB

 RED value IS 208 (81.64% from 255) = 53.06%

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 53.06%
G = 23.72%
B = 23.21%

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

#D05D5B (or 0xD05D5B) is known color: Indian Red. HEX triplet: D0, 5D and 5B. RGB value is (208,93,91). Sum of RGB (Red+Green+Blue) = 208+93+91=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D5B is #2FA2A4. Grayscale: #7F7F7F. Windows color (decimal): -3121829 or 5987792. OLE color: 5987792.

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

Color convert

RGB 208 93 91 -
CMYK 0 0.55 0.56 0.18
HSL 1.03º 0.55% 0.59% -
HSV(B) 1.03º 0.56% 0.82% -
XYZ 31.82 21.99 12.47 -
YUV 127.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 208 93 91 0 0.55 0.56 0.18 1.03 0.55 0.59
Hex D0 5D 5B 0 37 38 12 1 37 3B
Octal 320 135 133 0 67 70 22 1 67 73
Binary 11010000 1011101 1011011 0 110111 111000 10010 1 110111 111011

Color Harmonies of #D05D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D5B

Black with #D05D5B

Text Example


Text Example

White with #D05D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D5B; }

 p { color: rgb(208,93,91); }

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

background-color css

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

 a { background-color: rgb(208,93,91); }

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

border-color css

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

 span { border-color: rgb(208,93,91); }

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