Html Css Color HEX #D34900 Tenne (Tawny)

📋 copy color: '#D34900'

red 211 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #D34900

Tints of Tenne (Tawny) #D34900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.3%
G = 25.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34900 (or 0xD34900) is known color: Tenne (Tawny). HEX triplet: D3, 49 and 00. RGB value is (211,73,0). Sum of RGB (Red+Green+Blue) = 211+73+0=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D34900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34900 is #2CB6FF. Grayscale: #6A6A6A. Windows color (decimal): -2930432 or 18899. OLE color: 18899.

HSL color Cylindrical-coordinate representation of color #D34900: hue angle of 20.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D34900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 0 -
CMYK 0 0.65 1 0.17
HSL 20.76º 1% 0.41% -
HSV(B) 20.76º 1% 0.83% -
XYZ 29.25 18.61 2.05 -
YUV 105.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 211 73 0 0 0.65 1 0.17 20.76 1 0.41
Hex D3 49 0 0 41 64 11 15 64 29
Octal 323 111 0 0 101 144 21 25 144 51
Binary 11010011 1001001 0 0 1000001 1100100 10001 10101 1100100 101001

Color Harmonies of #D34900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34900

Black with #D34900

Text Example


Text Example

White with #D34900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34900; }

 p { color: rgb(211,73,0); }

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

background-color css

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

 a { background-color: rgb(211,73,0); }

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

border-color css

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

 span { border-color: rgb(211,73,0); }

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