Html Css Color HEX #D05955 Indian Red

📋 copy color: '#D05955'

red 208 ◦ green 89 ◦ blue 85

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

Shades of Indian Red #D05955

Tints of Indian Red #D05955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 85 (33.59% from 255) = 22.25%

R = 54.45%
G = 23.3%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D05955 (or 0xD05955) is known color: Indian Red. HEX triplet: D0, 59 and 55. RGB value is (208,89,85). Sum of RGB (Red+Green+Blue) = 208+89+85=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D05955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05955 is #2FA6AA. Grayscale: #7C7C7C. Windows color (decimal): -3122859 or 5593552. OLE color: 5593552.

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

Color convert

RGB 208 89 85 -
CMYK 0 0.57 0.59 0.18
HSL 1.95º 0.57% 0.57% -
HSV(B) 1.95º 0.59% 0.82% -
XYZ 31.22 21.21 11.04 -
YUV 124.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 208 89 85 0 0.57 0.59 0.18 1.95 0.57 0.57
Hex D0 59 55 0 39 3B 12 2 39 39
Octal 320 131 125 0 71 73 22 2 71 71
Binary 11010000 1011001 1010101 0 111001 111011 10010 10 111001 111001

Color Harmonies of #D05955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05955

Black with #D05955

Text Example


Text Example

White with #D05955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05955; }

 p { color: rgb(208,89,85); }

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

background-color css

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

 a { background-color: rgb(208,89,85); }

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

border-color css

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

 span { border-color: rgb(208,89,85); }

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