Html Css Color HEX #D34601 Tenne (Tawny)

📋 copy color: '#D34601'

red 211 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #D34601

Tints of Tenne (Tawny) #D34601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 74.82%
G = 24.82%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D34601 (or 0xD34601) is known color: Tenne (Tawny). HEX triplet: D3, 46 and 01. RGB value is (211,70,1). Sum of RGB (Red+Green+Blue) = 211+70+1=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D34601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34601 is #2CB9FE. Grayscale: #686868. Windows color (decimal): -2931199 or 83667. OLE color: 83667.

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

Color convert

RGB 211 70 1 -
CMYK 0 0.67 1.00 0.17
HSL 19.71º 0.99% 0.42% -
HSV(B) 19.71º 1% 0.83% -
XYZ 29.06 18.23 2.02 -
YUV 104.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 211 70 1 0 0.67 1.00 0.17 19.71 0.99 0.42
Hex D3 46 1 0 43 64 11 14 63 2A
Octal 323 106 1 0 103 144 21 24 143 52
Binary 11010011 1000110 1 0 1000011 1100100 10001 10100 1100011 101010

Color Harmonies of #D34601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34601

Black with #D34601

Text Example


Text Example

White with #D34601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34601; }

 p { color: rgb(211,70,1); }

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

background-color css

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

 a { background-color: rgb(211,70,1); }

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

border-color css

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

 span { border-color: rgb(211,70,1); }

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