Html Css Color HEX #D95312 Tenne (Tawny)

📋 copy color: '#D95312'

red 217 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #D95312

Tints of Tenne (Tawny) #D95312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 68.24%
G = 26.1%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95312 (or 0xD95312) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 12. RGB value is (217,83,18). Sum of RGB (Red+Green+Blue) = 217+83+18=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D95312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95312 is #26ACED. Grayscale: #747474. Windows color (decimal): -2534638 or 1201113. OLE color: 1201113.

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

Color convert

RGB 217 83 18 -
CMYK 0 0.62 0.92 0.15
HSL 19.6º 0.85% 0.46% -
HSV(B) 19.6º 0.92% 0.85% -
XYZ 31.82 20.98 2.95 -
YUV 115.66 72.89 200.29 -
System Red Green Blue C M Y K H S L
Decimal 217 83 18 0 0.62 0.92 0.15 19.6 0.85 0.46
Hex D9 53 12 0 3E 5C F 14 55 2E
Octal 331 123 22 0 76 134 17 24 125 56
Binary 11011001 1010011 10010 0 111110 1011100 1111 10100 1010101 101110

Color Harmonies of #D95312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95312

Black with #D95312

Text Example


Text Example

White with #D95312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95312; }

 p { color: rgb(217,83,18); }

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

background-color css

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

 a { background-color: rgb(217,83,18); }

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

border-color css

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

 span { border-color: rgb(217,83,18); }

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