Html Css Color HEX #D94D13 Tenne (Tawny)

📋 copy color: '#D94D13'

red 217 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #D94D13

Tints of Tenne (Tawny) #D94D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

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

R = 69.33%
G = 24.6%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94D13 (or 0xD94D13) is known color: Tenne (Tawny). HEX triplet: D9, 4D and 13. RGB value is (217,77,19). Sum of RGB (Red+Green+Blue) = 217+77+19=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D13 is #26B2EC. Grayscale: #707070. Windows color (decimal): -2536173 or 1265113. OLE color: 1265113.

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

Color convert

RGB 217 77 19 -
CMYK 0 0.65 0.91 0.15
HSL 17.58º 0.84% 0.46% -
HSV(B) 17.58º 0.91% 0.85% -
XYZ 31.39 20.11 2.84 -
YUV 112.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 217 77 19 0 0.65 0.91 0.15 17.58 0.84 0.46
Hex D9 4D 13 0 41 5B F 12 54 2E
Octal 331 115 23 0 101 133 17 22 124 56
Binary 11011001 1001101 10011 0 1000001 1011011 1111 10010 1010100 101110

Color Harmonies of #D94D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D13

Black with #D94D13

Text Example


Text Example

White with #D94D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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