Html Css Color HEX #D2713A Tango

📋 copy color: '#D2713A'

red 210 ◦ green 113 ◦ blue 58

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

Shades of Tango #D2713A

Tints of Tango #D2713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 55.12%
G = 29.66%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2713A (or 0xD2713A) is known color: Tango. HEX triplet: D2, 71 and 3A. RGB value is (210,113,58). Sum of RGB (Red+Green+Blue) = 210+113+58=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2713A is #2D8EC5. Grayscale: #888888. Windows color (decimal): -2985670 or 3830226. OLE color: 3830226.

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

Color convert

RGB 210 113 58 -
CMYK 0 0.46 0.72 0.18
HSL 21.71º 0.63% 0.53% -
HSV(B) 21.71º 0.72% 0.82% -
XYZ 33.25 25.82 7.23 -
YUV 135.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 210 113 58 0 0.46 0.72 0.18 21.71 0.63 0.53
Hex D2 71 3A 0 2E 48 12 16 3F 35
Octal 322 161 72 0 56 110 22 26 77 65
Binary 11010010 1110001 111010 0 101110 1001000 10010 10110 111111 110101

Color Harmonies of #D2713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2713A

Black with #D2713A

Text Example


Text Example

White with #D2713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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