Html Css Color HEX #D2510E Tenne (Tawny)

📋 copy color: '#D2510E'

red 210 ◦ green 81 ◦ blue 14

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

Shades of Tenne (Tawny) #D2510E

Tints of Tenne (Tawny) #D2510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 68.85%
G = 26.56%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2510E (or 0xD2510E) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 0E. RGB value is (210,81,14). Sum of RGB (Red+Green+Blue) = 210+81+14=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2510E is #2DAEF1. Grayscale: #707070. Windows color (decimal): -2993906 or 938450. OLE color: 938450.

HSL color Cylindrical-coordinate representation of color #D2510E: hue angle of 20.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2510E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 14 -
CMYK 0 0.61 0.93 0.18
HSL 20.51º 0.88% 0.44% -
HSV(B) 20.51º 0.93% 0.82% -
XYZ 29.6 19.62 2.64 -
YUV 111.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 210 81 14 0 0.61 0.93 0.18 20.51 0.88 0.44
Hex D2 51 E 0 3D 5D 12 15 58 2C
Octal 322 121 16 0 75 135 22 25 130 54
Binary 11010010 1010001 1110 0 111101 1011101 10010 10101 1011000 101100

Color Harmonies of #D2510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2510E

Black with #D2510E

Text Example


Text Example

White with #D2510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2510E; }

 p { color: rgb(210,81,14); }

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

background-color css

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

 a { background-color: rgb(210,81,14); }

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

border-color css

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

 span { border-color: rgb(210,81,14); }

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