Html Css Color HEX #D37131 Tango

📋 copy color: '#D37131'

red 211 ◦ green 113 ◦ blue 49

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

Shades of Tango #D37131

Tints of Tango #D37131

RGB

 RED value IS 211 (82.81% from 255) = 56.57%

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 56.57%
G = 30.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D37131 (or 0xD37131) is known color: Tango. HEX triplet: D3, 71 and 31. RGB value is (211,113,49). Sum of RGB (Red+Green+Blue) = 211+113+49=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D37131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37131 is #2C8ECE. Grayscale: #878787. Windows color (decimal): -2920143 or 3240403. OLE color: 3240403.

HSL color Cylindrical-coordinate representation of color #D37131: hue angle of 23.7º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D37131 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 49 -
CMYK 0 0.46 0.77 0.17
HSL 23.7º 0.65% 0.51% -
HSV(B) 23.7º 0.77% 0.83% -
XYZ 33.32 25.88 6.14 -
YUV 135.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 211 113 49 0 0.46 0.77 0.17 23.7 0.65 0.51
Hex D3 71 31 0 2E 4D 11 18 41 33
Octal 323 161 61 0 56 115 21 30 101 63
Binary 11010011 1110001 110001 0 101110 1001101 10001 11000 1000001 110011

Color Harmonies of #D37131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37131

Black with #D37131

Text Example


Text Example

White with #D37131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37131; }

 p { color: rgb(211,113,49); }

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

background-color css

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

 a { background-color: rgb(211,113,49); }

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

border-color css

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

 span { border-color: rgb(211,113,49); }

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