Html Css Color HEX #D2510B Tenne (Tawny)

📋 copy color: '#D2510B'

red 210 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #D2510B

Tints of Tenne (Tawny) #D2510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.64%

R = 69.54%
G = 26.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2510B (or 0xD2510B) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 0B. RGB value is (210,81,11). Sum of RGB (Red+Green+Blue) = 210+81+11=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D2510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2510B is #2DAEF4. Grayscale: #6F6F6F. Windows color (decimal): -2993909 or 741842. OLE color: 741842.

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

Color convert

RGB 210 81 11 -
CMYK 0 0.61 0.95 0.18
HSL 21.11º 0.9% 0.43% -
HSV(B) 21.11º 0.95% 0.82% -
XYZ 29.58 19.61 2.54 -
YUV 111.59 71.24 198.19 -
System Red Green Blue C M Y K H S L
Decimal 210 81 11 0 0.61 0.95 0.18 21.11 0.9 0.43
Hex D2 51 B 0 3D 5F 12 15 5A 2B
Octal 322 121 13 0 75 137 22 25 132 53
Binary 11010010 1010001 1011 0 111101 1011111 10010 10101 1011010 101011

Color Harmonies of #D2510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2510B

Black with #D2510B

Text Example


Text Example

White with #D2510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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