Html Css Color HEX #D45013 Tenne (Tawny)

📋 copy color: '#D45013'

red 212 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D45013

Tints of Tenne (Tawny) #D45013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 68.17%
G = 25.72%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D45013 (or 0xD45013) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 13. RGB value is (212,80,19). Sum of RGB (Red+Green+Blue) = 212+80+19=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D45013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45013 is #2BAFEC. Grayscale: #707070. Windows color (decimal): -2863085 or 1265876. OLE color: 1265876.

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

Color convert

RGB 212 80 19 -
CMYK 0 0.62 0.91 0.17
HSL 18.96º 0.84% 0.45% -
HSV(B) 18.96º 0.91% 0.83% -
XYZ 30.14 19.78 2.85 -
YUV 112.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 212 80 19 0 0.62 0.91 0.17 18.96 0.84 0.45
Hex D4 50 13 0 3E 5B 11 13 54 2D
Octal 324 120 23 0 76 133 21 23 124 55
Binary 11010100 1010000 10011 0 111110 1011011 10001 10011 1010100 101101

Color Harmonies of #D45013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45013

Black with #D45013

Text Example


Text Example

White with #D45013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45013; }

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

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

background-color css

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

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

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

border-color css

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

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

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