Html Css Color HEX #D34500 Tenne (Tawny)

📋 copy color: '#D34500'

red 211 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #D34500

Tints of Tenne (Tawny) #D34500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 75.36%
G = 24.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34500 (or 0xD34500) is known color: Tenne (Tawny). HEX triplet: D3, 45 and 00. RGB value is (211,69,0). Sum of RGB (Red+Green+Blue) = 211+69+0=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D34500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34500 is #2CBAFF. Grayscale: #686868. Windows color (decimal): -2931456 or 17875. OLE color: 17875.

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

Color convert

RGB 211 69 0 -
CMYK 0 0.67 1 0.17
HSL 19.62º 1% 0.41% -
HSV(B) 19.62º 1% 0.83% -
XYZ 28.99 18.11 1.97 -
YUV 103.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 211 69 0 0 0.67 1 0.17 19.62 1 0.41
Hex D3 45 0 0 43 64 11 14 64 29
Octal 323 105 0 0 103 144 21 24 144 51
Binary 11010011 1000101 0 0 1000011 1100100 10001 10100 1100100 101001

Color Harmonies of #D34500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34500

Black with #D34500

Text Example


Text Example

White with #D34500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34500; }

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

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

background-color css

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

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

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

border-color css

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

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

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