Html Css Color HEX #D4510B Tenne (Tawny)

📋 copy color: '#D4510B'

red 212 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #D4510B

Tints of Tenne (Tawny) #D4510B

RGB

 RED value IS 212 (83.2% from 255) = 69.74%

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

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

R = 69.74%
G = 26.64%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4510B (or 0xD4510B) is known color: Tenne (Tawny). HEX triplet: D4, 51 and 0B. RGB value is (212,81,11). Sum of RGB (Red+Green+Blue) = 212+81+11=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4510B is #2BAEF4. Grayscale: #707070. Windows color (decimal): -2862837 or 741844. OLE color: 741844.

HSL color Cylindrical-coordinate representation of color #D4510B: hue angle of 20.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4510B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 11 -
CMYK 0 0.62 0.95 0.17
HSL 20.9º 0.9% 0.44% -
HSV(B) 20.9º 0.95% 0.83% -
XYZ 30.15 19.91 2.57 -
YUV 112.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 212 81 11 0 0.62 0.95 0.17 20.9 0.9 0.44
Hex D4 51 B 0 3E 5F 11 15 5A 2C
Octal 324 121 13 0 76 137 21 25 132 54
Binary 11010100 1010001 1011 0 111110 1011111 10001 10101 1011010 101100

Color Harmonies of #D4510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4510B

Black with #D4510B

Text Example


Text Example

White with #D4510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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