Html Css Color HEX #D06464 Indian Red

📋 copy color: '#D06464'

red 208 ◦ green 100 ◦ blue 100

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

Shades of Indian Red #D06464

Tints of Indian Red #D06464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 50.98%
G = 24.51%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06464 (or 0xD06464) is known color: Indian Red. HEX triplet: D0, 64 and 64. RGB value is (208,100,100). Sum of RGB (Red+Green+Blue) = 208+100+100=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06464 is #2F9B9B. Grayscale: #848484. Windows color (decimal): -3120028 or 6579408. OLE color: 6579408.

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

Color convert

RGB 208 100 100 -
CMYK 0 0.52 0.52 0.18
HSL 0.53% 0.6% -
HSV(B) 0.52% 0.82% -
XYZ 32.87 23.44 14.85 -
YUV 132.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 208 100 100 0 0.52 0.52 0.18 0 0.53 0.6
Hex D0 64 64 0 34 34 12 0 35 3C
Octal 320 144 144 0 64 64 22 0 65 74
Binary 11010000 1100100 1100100 0 110100 110100 10010 0 110101 111100

Color Harmonies of #D06464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06464

Black with #D06464

Text Example


Text Example

White with #D06464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06464; }

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

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

background-color css

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

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

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

border-color css

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

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

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