Html Css Color HEX #D26261 Indian Red

📋 copy color: '#D26261'

red 210 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #D26261

Tints of Indian Red #D26261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

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

R = 51.85%
G = 24.2%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D26261 (or 0xD26261) is known color: Indian Red. HEX triplet: D2, 62 and 61. RGB value is (210,98,97). Sum of RGB (Red+Green+Blue) = 210+98+97=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D26261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26261 is #2D9D9E. Grayscale: #838383. Windows color (decimal): -2989471 or 6382290. OLE color: 6382290.

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

Color convert

RGB 210 98 97 -
CMYK 0 0.53 0.54 0.18
HSL 0.53º 0.56% 0.6% -
HSV(B) 0.53º 0.54% 0.82% -
XYZ 33.1 23.3 14.06 -
YUV 131.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 210 98 97 0 0.53 0.54 0.18 0.53 0.56 0.6
Hex D2 62 61 0 35 36 12 1 38 3C
Octal 322 142 141 0 65 66 22 1 70 74
Binary 11010010 1100010 1100001 0 110101 110110 10010 1 111000 111100

Color Harmonies of #D26261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26261

Black with #D26261

Text Example


Text Example

White with #D26261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26261; }

 p { color: rgb(210,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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