Html Css Color HEX #D94A0D Tenne (Tawny)

📋 copy color: '#D94A0D'

red 217 ◦ green 74 ◦ blue 13

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

Shades of Tenne (Tawny) #D94A0D

Tints of Tenne (Tawny) #D94A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.34%

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

R = 71.38%
G = 24.34%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94A0D (or 0xD94A0D) is known color: Tenne (Tawny). HEX triplet: D9, 4A and 0D. RGB value is (217,74,13). Sum of RGB (Red+Green+Blue) = 217+74+13=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A0D is #26B5F2. Grayscale: #6E6E6E. Windows color (decimal): -2536947 or 871129. OLE color: 871129.

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

Color convert

RGB 217 74 13 -
CMYK 0 0.66 0.94 0.15
HSL 17.94º 0.89% 0.45% -
HSV(B) 17.94º 0.94% 0.85% -
XYZ 31.14 19.68 2.54 -
YUV 109.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 217 74 13 0 0.66 0.94 0.15 17.94 0.89 0.45
Hex D9 4A D 0 42 5E F 12 59 2D
Octal 331 112 15 0 102 136 17 22 131 55
Binary 11011001 1001010 1101 0 1000010 1011110 1111 10010 1011001 101101

Color Harmonies of #D94A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A0D

Black with #D94A0D

Text Example


Text Example

White with #D94A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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