Html Css Color HEX #D34A12 Tenne (Tawny)

📋 copy color: '#D34A12'

red 211 ◦ green 74 ◦ blue 18

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

Shades of Tenne (Tawny) #D34A12

Tints of Tenne (Tawny) #D34A12

RGB

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

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

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

R = 69.64%
G = 24.42%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34A12 (or 0xD34A12) is known color: Tenne (Tawny). HEX triplet: D3, 4A and 12. RGB value is (211,74,18). Sum of RGB (Red+Green+Blue) = 211+74+18=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34A12 is #2CB5ED. Grayscale: #6C6C6C. Windows color (decimal): -2930158 or 1198803. OLE color: 1198803.

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

Color convert

RGB 211 74 18 -
CMYK 0 0.65 0.91 0.17
HSL 17.41º 0.84% 0.45% -
HSV(B) 17.41º 0.91% 0.83% -
XYZ 29.42 18.79 2.65 -
YUV 108.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 211 74 18 0 0.65 0.91 0.17 17.41 0.84 0.45
Hex D3 4A 12 0 41 5B 11 11 54 2D
Octal 323 112 22 0 101 133 21 21 124 55
Binary 11010011 1001010 10010 0 1000001 1011011 10001 10001 1010100 101101

Color Harmonies of #D34A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A12

Black with #D34A12

Text Example


Text Example

White with #D34A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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