Html Css Color HEX #D45116 Tenne (Tawny)

📋 copy color: '#D45116'

red 212 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D45116

Tints of Tenne (Tawny) #D45116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 67.3%
G = 25.71%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45116 (or 0xD45116) is known color: Tenne (Tawny). HEX triplet: D4, 51 and 16. RGB value is (212,81,22). Sum of RGB (Red+Green+Blue) = 212+81+22=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D45116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45116 is #2BAEE9. Grayscale: #717171. Windows color (decimal): -2862826 or 1462740. OLE color: 1462740.

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

Color convert

RGB 212 81 22 -
CMYK 0 0.62 0.90 0.17
HSL 18.63º 0.81% 0.46% -
HSV(B) 18.63º 0.9% 0.83% -
XYZ 30.24 19.94 3.01 -
YUV 113.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 212 81 22 0 0.62 0.90 0.17 18.63 0.81 0.46
Hex D4 51 16 0 3E 5A 11 13 51 2E
Octal 324 121 26 0 76 132 21 23 121 56
Binary 11010100 1010001 10110 0 111110 1011010 10001 10011 1010001 101110

Color Harmonies of #D45116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45116

Black with #D45116

Text Example


Text Example

White with #D45116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45116; }

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

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

background-color css

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

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

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

border-color css

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

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

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