Html Css Color HEX #D75013 Tenne (Tawny)

📋 copy color: '#D75013'

red 215 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D75013

Tints of Tenne (Tawny) #D75013

RGB

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

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

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

R = 68.47%
G = 25.48%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D75013 (or 0xD75013) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 13. RGB value is (215,80,19). Sum of RGB (Red+Green+Blue) = 215+80+19=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D75013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75013 is #28AFEC. Grayscale: #717171. Windows color (decimal): -2666477 or 1265879. OLE color: 1265879.

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

Color convert

RGB 215 80 19 -
CMYK 0 0.63 0.91 0.16
HSL 18.67º 0.84% 0.46% -
HSV(B) 18.67º 0.91% 0.84% -
XYZ 31.01 20.23 2.89 -
YUV 113.41 74.73 200.46 -
System Red Green Blue C M Y K H S L
Decimal 215 80 19 0 0.63 0.91 0.16 18.67 0.84 0.46
Hex D7 50 13 0 3F 5B 10 13 54 2E
Octal 327 120 23 0 77 133 20 23 124 56
Binary 11010111 1010000 10011 0 111111 1011011 10000 10011 1010100 101110

Color Harmonies of #D75013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75013

Black with #D75013

Text Example


Text Example

White with #D75013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75013; }

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

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

background-color css

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

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

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

border-color css

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

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

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