Html Css Color HEX #D34D15 Tenne (Tawny)

📋 copy color: '#D34D15'

red 211 ◦ green 77 ◦ blue 21

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

Shades of Tenne (Tawny) #D34D15

Tints of Tenne (Tawny) #D34D15

RGB

 RED value IS 211 (82.81% from 255) = 68.28%

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 68.28%
G = 24.92%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D34D15 (or 0xD34D15) is known color: Tenne (Tawny). HEX triplet: D3, 4D and 15. RGB value is (211,77,21). Sum of RGB (Red+Green+Blue) = 211+77+21=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34D15 is #2CB2EA. Grayscale: #6F6F6F. Windows color (decimal): -2929387 or 1396179. OLE color: 1396179.

HSL color Cylindrical-coordinate representation of color #D34D15: hue angle of 17.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D34D15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 77 21 -
CMYK 0 0.64 0.90 0.17
HSL 17.68º 0.82% 0.45% -
HSV(B) 17.68º 0.9% 0.83% -
XYZ 29.65 19.21 2.85 -
YUV 110.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 211 77 21 0 0.64 0.90 0.17 17.68 0.82 0.45
Hex D3 4D 15 0 40 5A 11 12 52 2D
Octal 323 115 25 0 100 132 21 22 122 55
Binary 11010011 1001101 10101 0 1000000 1011010 10001 10010 1010010 101101

Color Harmonies of #D34D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D15

Black with #D34D15

Text Example


Text Example

White with #D34D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D15; }

 p { color: rgb(211,77,21); }

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

background-color css

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

 a { background-color: rgb(211,77,21); }

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

border-color css

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

 span { border-color: rgb(211,77,21); }

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