Html Css Color HEX #D75015 Tenne (Tawny)

📋 copy color: '#D75015'

red 215 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D75015

Tints of Tenne (Tawny) #D75015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 68.04%
G = 25.32%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75015 (or 0xD75015) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 15. RGB value is (215,80,21). Sum of RGB (Red+Green+Blue) = 215+80+21=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75015 is #28AFEA. Grayscale: #727272. Windows color (decimal): -2666475 or 1396951. OLE color: 1396951.

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

Color convert

RGB 215 80 21 -
CMYK 0 0.63 0.90 0.16
HSL 18.25º 0.82% 0.46% -
HSV(B) 18.25º 0.9% 0.84% -
XYZ 31.03 20.24 2.98 -
YUV 113.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 215 80 21 0 0.63 0.90 0.16 18.25 0.82 0.46
Hex D7 50 15 0 3F 5A 10 12 52 2E
Octal 327 120 25 0 77 132 20 22 122 56
Binary 11010111 1010000 10101 0 111111 1011010 10000 10010 1010010 101110

Color Harmonies of #D75015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75015

Black with #D75015

Text Example


Text Example

White with #D75015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75015; }

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

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

background-color css

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

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

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

border-color css

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

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

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