Html Css Color HEX #D27131 Tango

📋 copy color: '#D27131'

red 210 ◦ green 113 ◦ blue 49

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

Shades of Tango #D27131

Tints of Tango #D27131

RGB

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

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

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

R = 56.45%
G = 30.38%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D27131 (or 0xD27131) is known color: Tango. HEX triplet: D2, 71 and 31. RGB value is (210,113,49). Sum of RGB (Red+Green+Blue) = 210+113+49=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D27131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27131 is #2D8ECE. Grayscale: #878787. Windows color (decimal): -2985679 or 3240402. OLE color: 3240402.

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

Color convert

RGB 210 113 49 -
CMYK 0 0.46 0.77 0.18
HSL 23.85º 0.64% 0.51% -
HSV(B) 23.85º 0.77% 0.82% -
XYZ 33.04 25.73 6.13 -
YUV 134.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 210 113 49 0 0.46 0.77 0.18 23.85 0.64 0.51
Hex D2 71 31 0 2E 4D 12 18 40 33
Octal 322 161 61 0 56 115 22 30 100 63
Binary 11010010 1110001 110001 0 101110 1001101 10010 11000 1000000 110011

Color Harmonies of #D27131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27131

Black with #D27131

Text Example


Text Example

White with #D27131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27131; }

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

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

background-color css

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

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

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

border-color css

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

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

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