Html Css Color HEX #D05F5D Indian Red

📋 copy color: '#D05F5D'

red 208 ◦ green 95 ◦ blue 93

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

Shades of Indian Red #D05F5D

Tints of Indian Red #D05F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 52.53%
G = 23.99%
B = 23.48%

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

#D05F5D (or 0xD05F5D) is known color: Indian Red. HEX triplet: D0, 5F and 5D. RGB value is (208,95,93). Sum of RGB (Red+Green+Blue) = 208+95+93=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F5D is #2FA0A2. Grayscale: #808080. Windows color (decimal): -3121315 or 6119376. OLE color: 6119376.

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

Color convert

RGB 208 95 93 -
CMYK 0 0.54 0.55 0.18
HSL 1.04º 0.55% 0.59% -
HSV(B) 1.04º 0.55% 0.82% -
XYZ 32.08 22.38 12.99 -
YUV 128.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 208 95 93 0 0.54 0.55 0.18 1.04 0.55 0.59
Hex D0 5F 5D 0 36 37 12 1 37 3B
Octal 320 137 135 0 66 67 22 1 67 73
Binary 11010000 1011111 1011101 0 110110 110111 10010 1 110111 111011

Color Harmonies of #D05F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F5D

Black with #D05F5D

Text Example


Text Example

White with #D05F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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