Html Css Color HEX #D34D0A Tenne (Tawny)

📋 copy color: '#D34D0A'

red 211 ◦ green 77 ◦ blue 10

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

Shades of Tenne (Tawny) #D34D0A

Tints of Tenne (Tawny) #D34D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 70.81%
G = 25.84%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D34D0A (or 0xD34D0A) is known color: Tenne (Tawny). HEX triplet: D3, 4D and 0A. RGB value is (211,77,10). Sum of RGB (Red+Green+Blue) = 211+77+10=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34D0A is #2CB2F5. Grayscale: #6D6D6D. Windows color (decimal): -2929398 or 675283. OLE color: 675283.

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

Color convert

RGB 211 77 10 -
CMYK 0 0.64 0.95 0.17
HSL 20º 0.91% 0.43% -
HSV(B) 20º 0.95% 0.83% -
XYZ 29.57 19.18 2.43 -
YUV 109.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 211 77 10 0 0.64 0.95 0.17 20 0.91 0.43
Hex D3 4D A 0 40 5F 11 14 5B 2B
Octal 323 115 12 0 100 137 21 24 133 53
Binary 11010011 1001101 1010 0 1000000 1011111 10001 10100 1011011 101011

Color Harmonies of #D34D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D0A

Black with #D34D0A

Text Example


Text Example

White with #D34D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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