Html Css Color HEX #D05F5E Indian Red

📋 copy color: '#D05F5E'

red 208 ◦ green 95 ◦ blue 94

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

Shades of Indian Red #D05F5E

Tints of Indian Red #D05F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 52.39%
G = 23.93%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D05F5E (or 0xD05F5E) is known color: Indian Red. HEX triplet: D0, 5F and 5E. RGB value is (208,95,94). Sum of RGB (Red+Green+Blue) = 208+95+94=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F5E is #2FA0A1. Grayscale: #808080. Windows color (decimal): -3121314 or 6184912. OLE color: 6184912.

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

Color convert

RGB 208 95 94 -
CMYK 0 0.54 0.55 0.18
HSL 0.53º 0.55% 0.59% -
HSV(B) 0.53º 0.55% 0.82% -
XYZ 32.13 22.4 13.22 -
YUV 128.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 208 95 94 0 0.54 0.55 0.18 0.53 0.55 0.59
Hex D0 5F 5E 0 36 37 12 1 37 3B
Octal 320 137 136 0 66 67 22 1 67 73
Binary 11010000 1011111 1011110 0 110110 110111 10010 1 110111 111011

Color Harmonies of #D05F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F5E

Black with #D05F5E

Text Example


Text Example

White with #D05F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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