Html Css Color HEX #D34C12 Tenne (Tawny)

📋 copy color: '#D34C12'

red 211 ◦ green 76 ◦ blue 18

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

Shades of Tenne (Tawny) #D34C12

Tints of Tenne (Tawny) #D34C12

RGB

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

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

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

R = 69.18%
G = 24.92%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34C12 (or 0xD34C12) is known color: Tenne (Tawny). HEX triplet: D3, 4C and 12. RGB value is (211,76,18). Sum of RGB (Red+Green+Blue) = 211+76+18=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34C12 is #2CB3ED. Grayscale: #6E6E6E. Windows color (decimal): -2929646 or 1199315. OLE color: 1199315.

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

Color convert

RGB 211 76 18 -
CMYK 0 0.64 0.91 0.17
HSL 18.03º 0.84% 0.45% -
HSV(B) 18.03º 0.91% 0.83% -
XYZ 29.56 19.06 2.69 -
YUV 109.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 211 76 18 0 0.64 0.91 0.17 18.03 0.84 0.45
Hex D3 4C 12 0 40 5B 11 12 54 2D
Octal 323 114 22 0 100 133 21 22 124 55
Binary 11010011 1001100 10010 0 1000000 1011011 10001 10010 1010100 101101

Color Harmonies of #D34C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C12

Black with #D34C12

Text Example


Text Example

White with #D34C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C12; }

 p { color: rgb(211,76,18); }

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

background-color css

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

 a { background-color: rgb(211,76,18); }

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

border-color css

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

 span { border-color: rgb(211,76,18); }

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