Html Css Color HEX #D2510D Tenne (Tawny)

📋 copy color: '#D2510D'

red 210 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D2510D

Tints of Tenne (Tawny) #D2510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 69.08%
G = 26.64%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2510D (or 0xD2510D) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 0D. RGB value is (210,81,13). Sum of RGB (Red+Green+Blue) = 210+81+13=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2510D is #2DAEF2. Grayscale: #707070. Windows color (decimal): -2993907 or 872914. OLE color: 872914.

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

Color convert

RGB 210 81 13 -
CMYK 0 0.61 0.94 0.18
HSL 20.71º 0.88% 0.44% -
HSV(B) 20.71º 0.94% 0.82% -
XYZ 29.59 19.62 2.61 -
YUV 111.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 210 81 13 0 0.61 0.94 0.18 20.71 0.88 0.44
Hex D2 51 D 0 3D 5E 12 15 58 2C
Octal 322 121 15 0 75 136 22 25 130 54
Binary 11010010 1010001 1101 0 111101 1011110 10010 10101 1011000 101100

Color Harmonies of #D2510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2510D

Black with #D2510D

Text Example


Text Example

White with #D2510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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