Html Css Color HEX #D75012 Tenne (Tawny)

📋 copy color: '#D75012'

red 215 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D75012

Tints of Tenne (Tawny) #D75012

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

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

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

R = 68.69%
G = 25.56%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D75012 (or 0xD75012) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 12. RGB value is (215,80,18). Sum of RGB (Red+Green+Blue) = 215+80+18=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D75012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75012 is #28AFED. Grayscale: #717171. Windows color (decimal): -2666478 or 1200343. OLE color: 1200343.

HSL color Cylindrical-coordinate representation of color #D75012: hue angle of 18.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D75012 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 18 -
CMYK 0 0.63 0.92 0.16
HSL 18.88º 0.85% 0.46% -
HSV(B) 18.88º 0.92% 0.84% -
XYZ 31 20.23 2.84 -
YUV 113.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 215 80 18 0 0.63 0.92 0.16 18.88 0.85 0.46
Hex D7 50 12 0 3F 5C 10 13 55 2E
Octal 327 120 22 0 77 134 20 23 125 56
Binary 11010111 1010000 10010 0 111111 1011100 10000 10011 1010101 101110

Color Harmonies of #D75012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75012

Black with #D75012

Text Example


Text Example

White with #D75012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75012; }

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

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

background-color css

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

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

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

border-color css

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

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

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