Html Css Color HEX #D45110 Tenne (Tawny)

📋 copy color: '#D45110'

red 212 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #D45110

Tints of Tenne (Tawny) #D45110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 68.61%
G = 26.21%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45110 (or 0xD45110) is known color: Tenne (Tawny). HEX triplet: D4, 51 and 10. RGB value is (212,81,16). Sum of RGB (Red+Green+Blue) = 212+81+16=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D45110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45110 is #2BAEEF. Grayscale: #717171. Windows color (decimal): -2862832 or 1069524. OLE color: 1069524.

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

Color convert

RGB 212 81 16 -
CMYK 0 0.62 0.92 0.17
HSL 19.9º 0.86% 0.45% -
HSV(B) 19.9º 0.92% 0.83% -
XYZ 30.19 19.92 2.74 -
YUV 112.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 212 81 16 0 0.62 0.92 0.17 19.9 0.86 0.45
Hex D4 51 10 0 3E 5C 11 14 56 2D
Octal 324 121 20 0 76 134 21 24 126 55
Binary 11010100 1010001 10000 0 111110 1011100 10001 10100 1010110 101101

Color Harmonies of #D45110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45110

Black with #D45110

Text Example


Text Example

White with #D45110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45110; }

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

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

background-color css

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

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

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

border-color css

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

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

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