Html Css Color HEX #D05E5A Indian Red

📋 copy color: '#D05E5A'

red 208 ◦ green 94 ◦ blue 90

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

Shades of Indian Red #D05E5A

Tints of Indian Red #D05E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 53.06%
G = 23.98%
B = 22.96%

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

#D05E5A (or 0xD05E5A) is known color: Indian Red. HEX triplet: D0, 5E and 5A. RGB value is (208,94,90). Sum of RGB (Red+Green+Blue) = 208+94+90=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E5A is #2FA1A5. Grayscale: #7F7F7F. Windows color (decimal): -3121574 or 5922512. OLE color: 5922512.

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

Color convert

RGB 208 94 90 -
CMYK 0 0.55 0.57 0.18
HSL 2.03º 0.56% 0.58% -
HSV(B) 2.03º 0.57% 0.82% -
XYZ 31.86 22.15 12.27 -
YUV 127.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 208 94 90 0 0.55 0.57 0.18 2.03 0.56 0.58
Hex D0 5E 5A 0 37 39 12 2 38 3A
Octal 320 136 132 0 67 71 22 2 70 72
Binary 11010000 1011110 1011010 0 110111 111001 10010 10 111000 111010

Color Harmonies of #D05E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E5A

Black with #D05E5A

Text Example


Text Example

White with #D05E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E5A; }

 p { color: rgb(208,94,90); }

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

background-color css

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

 a { background-color: rgb(208,94,90); }

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

border-color css

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

 span { border-color: rgb(208,94,90); }

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