Html Css Color HEX #D2712B Tango

📋 copy color: '#D2712B'

red 210 ◦ green 113 ◦ blue 43

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

Shades of Tango #D2712B

Tints of Tango #D2712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 57.38%
G = 30.87%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2712B (or 0xD2712B) is known color: Tango. HEX triplet: D2, 71 and 2B. RGB value is (210,113,43). Sum of RGB (Red+Green+Blue) = 210+113+43=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2712B is #2D8ED4. Grayscale: #868686. Windows color (decimal): -2985685 or 2847186. OLE color: 2847186.

HSL color Cylindrical-coordinate representation of color #D2712B: hue angle of 25.15º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2712B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 43 -
CMYK 0 0.46 0.80 0.18
HSL 25.15º 0.66% 0.5% -
HSV(B) 25.15º 0.8% 0.82% -
XYZ 32.92 25.69 5.51 -
YUV 134.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 210 113 43 0 0.46 0.80 0.18 25.15 0.66 0.5
Hex D2 71 2B 0 2E 50 12 19 42 32
Octal 322 161 53 0 56 120 22 31 102 62
Binary 11010010 1110001 101011 0 101110 1010000 10010 11001 1000010 110010

Color Harmonies of #D2712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2712B

Black with #D2712B

Text Example


Text Example

White with #D2712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2712B; }

 p { color: rgb(210,113,43); }

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

background-color css

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

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

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

border-color css

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

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

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