Html Css Color HEX #D45012 Tenne (Tawny)

📋 copy color: '#D45012'

red 212 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D45012

Tints of Tenne (Tawny) #D45012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 68.39%
G = 25.81%
B = 5.81%

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

#D45012 (or 0xD45012) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 12. RGB value is (212,80,18). Sum of RGB (Red+Green+Blue) = 212+80+18=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D45012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45012 is #2BAFED. Grayscale: #707070. Windows color (decimal): -2863086 or 1200340. OLE color: 1200340.

HSL color Cylindrical-coordinate representation of color #D45012: hue angle of 19.18º degrees, saturation: 0.84, 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 #D45012 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 18 -
CMYK 0 0.62 0.92 0.17
HSL 19.18º 0.84% 0.45% -
HSV(B) 19.18º 0.92% 0.83% -
XYZ 30.13 19.78 2.8 -
YUV 112.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 212 80 18 0 0.62 0.92 0.17 19.18 0.84 0.45
Hex D4 50 12 0 3E 5C 11 13 54 2D
Octal 324 120 22 0 76 134 21 23 124 55
Binary 11010100 1010000 10010 0 111110 1011100 10001 10011 1010100 101101

Color Harmonies of #D45012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45012

Black with #D45012

Text Example


Text Example

White with #D45012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45012; }

 p { color: rgb(212,80,18); }

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

background-color css

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

 a { background-color: rgb(212,80,18); }

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

border-color css

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

 span { border-color: rgb(212,80,18); }

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