Html Css Color HEX #D0712B Tango

📋 copy color: '#D0712B'

red 208 ◦ green 113 ◦ blue 43

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

Shades of Tango #D0712B

Tints of Tango #D0712B

RGB

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

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

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

R = 57.14%
G = 31.04%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0712B (or 0xD0712B) is known color: Tango. HEX triplet: D0, 71 and 2B. RGB value is (208,113,43). Sum of RGB (Red+Green+Blue) = 208+113+43=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0712B is #2F8ED4. Grayscale: #858585. Windows color (decimal): -3116757 or 2847184. OLE color: 2847184.

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

Color convert

RGB 208 113 43 -
CMYK 0 0.46 0.79 0.18
HSL 25.45º 0.66% 0.49% -
HSV(B) 25.45º 0.79% 0.82% -
XYZ 32.35 25.39 5.48 -
YUV 133.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 208 113 43 0 0.46 0.79 0.18 25.45 0.66 0.49
Hex D0 71 2B 0 2E 4F 12 19 42 31
Octal 320 161 53 0 56 117 22 31 102 61
Binary 11010000 1110001 101011 0 101110 1001111 10010 11001 1000010 110001

Color Harmonies of #D0712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0712B

Black with #D0712B

Text Example


Text Example

White with #D0712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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