Html Css Color HEX #D06461 Indian Red

📋 copy color: '#D06461'

red 208 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #D06461

Tints of Indian Red #D06461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 51.36%
G = 24.69%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06461 (or 0xD06461) is known color: Indian Red. HEX triplet: D0, 64 and 61. RGB value is (208,100,97). Sum of RGB (Red+Green+Blue) = 208+100+97=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D06461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06461 is #2F9B9E. Grayscale: #848484. Windows color (decimal): -3120031 or 6382800. OLE color: 6382800.

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

Color convert

RGB 208 100 97 -
CMYK 0 0.52 0.53 0.18
HSL 1.62º 0.54% 0.6% -
HSV(B) 1.62º 0.53% 0.82% -
XYZ 32.73 23.39 14.1 -
YUV 131.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 208 100 97 0 0.52 0.53 0.18 1.62 0.54 0.6
Hex D0 64 61 0 34 35 12 2 36 3C
Octal 320 144 141 0 64 65 22 2 66 74
Binary 11010000 1100100 1100001 0 110100 110101 10010 10 110110 111100

Color Harmonies of #D06461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06461

Black with #D06461

Text Example


Text Example

White with #D06461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06461; }

 p { color: rgb(208,100,97); }

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

background-color css

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

 a { background-color: rgb(208,100,97); }

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

border-color css

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

 span { border-color: rgb(208,100,97); }

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