Html Css Color HEX #D0605D Indian Red

📋 copy color: '#D0605D'

red 208 ◦ green 96 ◦ blue 93

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

Shades of Indian Red #D0605D

Tints of Indian Red #D0605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 52.39%
G = 24.18%
B = 23.43%

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

#D0605D (or 0xD0605D) is known color: Indian Red. HEX triplet: D0, 60 and 5D. RGB value is (208,96,93). Sum of RGB (Red+Green+Blue) = 208+96+93=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0605D is #2F9FA2. Grayscale: #818181. Windows color (decimal): -3121059 or 6119632. OLE color: 6119632.

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

Color convert

RGB 208 96 93 -
CMYK 0 0.54 0.55 0.18
HSL 1.57º 0.55% 0.59% -
HSV(B) 1.57º 0.55% 0.82% -
XYZ 32.17 22.57 13.02 -
YUV 129.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 208 96 93 0 0.54 0.55 0.18 1.57 0.55 0.59
Hex D0 60 5D 0 36 37 12 2 37 3B
Octal 320 140 135 0 66 67 22 2 67 73
Binary 11010000 1100000 1011101 0 110110 110111 10010 10 110111 111011

Color Harmonies of #D0605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0605D

Black with #D0605D

Text Example


Text Example

White with #D0605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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