Html Css Color HEX #D26060 Indian Red

📋 copy color: '#D26060'

red 210 ◦ green 96 ◦ blue 96

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

Shades of Indian Red #D26060

Tints of Indian Red #D26060

RGB

 RED value IS 210 (82.42% from 255) = 52.24%

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

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 52.24%
G = 23.88%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D26060 (or 0xD26060) is known color: Indian Red. HEX triplet: D2, 60 and 60. RGB value is (210,96,96). Sum of RGB (Red+Green+Blue) = 210+96+96=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D26060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26060 is #2D9F9F. Grayscale: #828282. Windows color (decimal): -2989984 or 6316242. OLE color: 6316242.

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

Color convert

RGB 210 96 96 -
CMYK 0 0.54 0.54 0.18
HSL 0.56% 0.6% -
HSV(B) 0.54% 0.82% -
XYZ 32.87 22.91 13.76 -
YUV 130.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 210 96 96 0 0.54 0.54 0.18 0 0.56 0.6
Hex D2 60 60 0 36 36 12 0 38 3C
Octal 322 140 140 0 66 66 22 0 70 74
Binary 11010010 1100000 1100000 0 110110 110110 10010 0 111000 111100

Color Harmonies of #D26060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26060

Black with #D26060

Text Example


Text Example

White with #D26060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26060; }

 p { color: rgb(210,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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