Html Css Color HEX #D2510C Tenne (Tawny)

📋 copy color: '#D2510C'

red 210 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #D2510C

Tints of Tenne (Tawny) #D2510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 69.31%
G = 26.73%
B = 3.96%

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

#D2510C (or 0xD2510C) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 0C. RGB value is (210,81,12). Sum of RGB (Red+Green+Blue) = 210+81+12=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2510C is #2DAEF3. Grayscale: #707070. Windows color (decimal): -2993908 or 807378. OLE color: 807378.

HSL color Cylindrical-coordinate representation of color #D2510C: hue angle of 20.91º degrees, saturation: 0.89, 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 #D2510C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 12 -
CMYK 0 0.61 0.94 0.18
HSL 20.91º 0.89% 0.44% -
HSV(B) 20.91º 0.94% 0.82% -
XYZ 29.59 19.61 2.57 -
YUV 111.71 71.74 198.11 -
System Red Green Blue C M Y K H S L
Decimal 210 81 12 0 0.61 0.94 0.18 20.91 0.89 0.44
Hex D2 51 C 0 3D 5E 12 15 59 2C
Octal 322 121 14 0 75 136 22 25 131 54
Binary 11010010 1010001 1100 0 111101 1011110 10010 10101 1011001 101100

Color Harmonies of #D2510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2510C

Black with #D2510C

Text Example


Text Example

White with #D2510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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