Html Css Color HEX #D95213 Tenne (Tawny)

📋 copy color: '#D95213'

red 217 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #D95213

Tints of Tenne (Tawny) #D95213

RGB

 RED value IS 217 (85.16% from 255) = 68.24%

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 68.24%
G = 25.79%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95213 (or 0xD95213) is known color: Tenne (Tawny). HEX triplet: D9, 52 and 13. RGB value is (217,82,19). Sum of RGB (Red+Green+Blue) = 217+82+19=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D95213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95213 is #26ADEC. Grayscale: #737373. Windows color (decimal): -2534893 or 1266393. OLE color: 1266393.

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

Color convert

RGB 217 82 19 -
CMYK 0 0.62 0.91 0.15
HSL 19.09º 0.84% 0.46% -
HSV(B) 19.09º 0.91% 0.85% -
XYZ 31.75 20.83 2.96 -
YUV 115.18 73.73 200.62 -
System Red Green Blue C M Y K H S L
Decimal 217 82 19 0 0.62 0.91 0.15 19.09 0.84 0.46
Hex D9 52 13 0 3E 5B F 13 54 2E
Octal 331 122 23 0 76 133 17 23 124 56
Binary 11011001 1010010 10011 0 111110 1011011 1111 10011 1010100 101110

Color Harmonies of #D95213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95213

Black with #D95213

Text Example


Text Example

White with #D95213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95213; }

 p { color: rgb(217,82,19); }

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

background-color css

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

 a { background-color: rgb(217,82,19); }

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

border-color css

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

 span { border-color: rgb(217,82,19); }

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