Html Css Color HEX #D75315 Tenne (Tawny)

📋 copy color: '#D75315'

red 215 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #D75315

Tints of Tenne (Tawny) #D75315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 67.4%
G = 26.02%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75315 (or 0xD75315) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 15. RGB value is (215,83,21). Sum of RGB (Red+Green+Blue) = 215+83+21=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D75315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75315 is #28ACEA. Grayscale: #737373. Windows color (decimal): -2665707 or 1397719. OLE color: 1397719.

HSL color Cylindrical-coordinate representation of color #D75315: hue angle of 19.18º 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 #D75315 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 21 -
CMYK 0 0.61 0.90 0.16
HSL 19.18º 0.82% 0.46% -
HSV(B) 19.18º 0.9% 0.84% -
XYZ 31.25 20.69 3.06 -
YUV 115.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 215 83 21 0 0.61 0.90 0.16 19.18 0.82 0.46
Hex D7 53 15 0 3D 5A 10 13 52 2E
Octal 327 123 25 0 75 132 20 23 122 56
Binary 11010111 1010011 10101 0 111101 1011010 10000 10011 1010010 101110

Color Harmonies of #D75315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75315

Black with #D75315

Text Example


Text Example

White with #D75315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75315; }

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

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

background-color css

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

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

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

border-color css

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

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

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