Html Css Color HEX #D94C0D Tenne (Tawny)

📋 copy color: '#D94C0D'

red 217 ◦ green 76 ◦ blue 13

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

Shades of Tenne (Tawny) #D94C0D

Tints of Tenne (Tawny) #D94C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 70.92%
G = 24.84%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94C0D (or 0xD94C0D) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 0D. RGB value is (217,76,13). Sum of RGB (Red+Green+Blue) = 217+76+13=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C0D is #26B3F2. Grayscale: #6F6F6F. Windows color (decimal): -2536435 or 871641. OLE color: 871641.

HSL color Cylindrical-coordinate representation of color #D94C0D: hue angle of 18.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D94C0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 13 -
CMYK 0 0.65 0.94 0.15
HSL 18.53º 0.89% 0.45% -
HSV(B) 18.53º 0.94% 0.85% -
XYZ 31.27 19.95 2.58 -
YUV 110.98 72.71 203.62 -
System Red Green Blue C M Y K H S L
Decimal 217 76 13 0 0.65 0.94 0.15 18.53 0.89 0.45
Hex D9 4C D 0 41 5E F 13 59 2D
Octal 331 114 15 0 101 136 17 23 131 55
Binary 11011001 1001100 1101 0 1000001 1011110 1111 10011 1011001 101101

Color Harmonies of #D94C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C0D

Black with #D94C0D

Text Example


Text Example

White with #D94C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C0D; }

 p { color: rgb(217,76,13); }

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

background-color css

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

 a { background-color: rgb(217,76,13); }

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

border-color css

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

 span { border-color: rgb(217,76,13); }

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