Html Css Color HEX #D75413 Tenne (Tawny)

📋 copy color: '#D75413'

red 215 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #D75413

Tints of Tenne (Tawny) #D75413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 67.61%
G = 26.42%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D75413 (or 0xD75413) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 13. RGB value is (215,84,19). Sum of RGB (Red+Green+Blue) = 215+84+19=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75413 is #28ABEC. Grayscale: #747474. Windows color (decimal): -2665453 or 1266903. OLE color: 1266903.

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

Color convert

RGB 215 84 19 -
CMYK 0 0.61 0.91 0.16
HSL 19.9º 0.84% 0.46% -
HSV(B) 19.9º 0.91% 0.84% -
XYZ 31.31 20.83 2.99 -
YUV 115.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 215 84 19 0 0.61 0.91 0.16 19.9 0.84 0.46
Hex D7 54 13 0 3D 5B 10 14 54 2E
Octal 327 124 23 0 75 133 20 24 124 56
Binary 11010111 1010100 10011 0 111101 1011011 10000 10100 1010100 101110

Color Harmonies of #D75413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75413

Black with #D75413

Text Example


Text Example

White with #D75413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75413; }

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

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

background-color css

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

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

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

border-color css

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

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

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