Html Css Color HEX #D34400 Tenne (Tawny)

📋 copy color: '#D34400'

red 211 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D34400

Tints of Tenne (Tawny) #D34400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 75.63%
G = 24.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34400 (or 0xD34400) is known color: Tenne (Tawny). HEX triplet: D3, 44 and 00. RGB value is (211,68,0). Sum of RGB (Red+Green+Blue) = 211+68+0=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D34400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34400 is #2CBBFF. Grayscale: #676767. Windows color (decimal): -2931712 or 17619. OLE color: 17619.

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

Color convert

RGB 211 68 0 -
CMYK 0 0.68 1 0.17
HSL 19.34º 1% 0.41% -
HSV(B) 19.34º 1% 0.83% -
XYZ 28.93 17.98 1.95 -
YUV 103.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 211 68 0 0 0.68 1 0.17 19.34 1 0.41
Hex D3 44 0 0 44 64 11 13 64 29
Octal 323 104 0 0 104 144 21 23 144 51
Binary 11010011 1000100 0 0 1000100 1100100 10001 10011 1100100 101001

Color Harmonies of #D34400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34400

Black with #D34400

Text Example


Text Example

White with #D34400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34400; }

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

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

background-color css

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

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

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

border-color css

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

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

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