#D34203

Color #D34203 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D34203

Tints of Tenne (Tawny) #D34203

Color information

#D34203 (or 0xD34203) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 42 and 03. RGB value is (211,66,3). Sum of RGB (Red+Green+Blue) = 211+66+3=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D34203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34203 is #2CBDFC. Grayscale: #666666. Windows color (decimal): -2932221 or 213715. OLE color: 213715.

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

Color convert

RGB211663-
CMYK00.690.990.17
HSL18.17º97.2%41.96%-
HSV(B)18.17º98.58%82.75%-
XYZ28.8317.751.99-
YUV102.1772.04205.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.36%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=75.36%
G=23.57%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21166300.690.990.1718.1797.241.96
HexD3423045631112612a
Octal32310230105143212214152
Binary1101001110000101101000101110001110001100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34203; }

 p { color: rgb(211,66,3); }

 H1.HeaderClassName
 {
   color: #D34203;
 }
 .AnyTagClassName
 {
   color: #D34203;
 }
</style>
background-color css

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

 a { background-color: rgb(211,66,3); }

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

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

 span { border-color: rgb(211,66,3); }

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