Html Css Color HEX #D26262 Indian Red

📋 copy color: '#D26262'

red 210 ◦ green 98 ◦ blue 98

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

Shades of Indian Red #D26262

Tints of Indian Red #D26262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.14%

R = 51.72%
G = 24.14%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D26262 (or 0xD26262) is known color: Indian Red. HEX triplet: D2, 62 and 62. RGB value is (210,98,98). Sum of RGB (Red+Green+Blue) = 210+98+98=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D26262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26262 is #2D9D9D. Grayscale: #838383. Windows color (decimal): -2989470 or 6447826. OLE color: 6447826.

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

Color convert

RGB 210 98 98 -
CMYK 0 0.53 0.53 0.18
HSL 0.55% 0.6% -
HSV(B) 0.53% 0.82% -
XYZ 33.15 23.32 14.31 -
YUV 131.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 210 98 98 0 0.53 0.53 0.18 0 0.55 0.6
Hex D2 62 62 0 35 35 12 0 37 3C
Octal 322 142 142 0 65 65 22 0 67 74
Binary 11010010 1100010 1100010 0 110101 110101 10010 0 110111 111100

Color Harmonies of #D26262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26262

Black with #D26262

Text Example


Text Example

White with #D26262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26262; }

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

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

background-color css

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

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

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

border-color css

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

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

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