Html Css Color HEX #D34403 Tenne (Tawny)

📋 copy color: '#D34403'

red 211 ◦ green 68 ◦ blue 3

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

Shades of Tenne (Tawny) #D34403

Tints of Tenne (Tawny) #D34403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 74.82%
G = 24.11%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34403 (or 0xD34403) is known color: Tenne (Tawny). HEX triplet: D3, 44 and 03. RGB value is (211,68,3). Sum of RGB (Red+Green+Blue) = 211+68+3=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D34403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34403 is #2CBBFC. Grayscale: #676767. Windows color (decimal): -2931709 or 214227. OLE color: 214227.

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

Color convert

RGB 211 68 3 -
CMYK 0 0.68 0.99 0.17
HSL 18.75º 0.97% 0.42% -
HSV(B) 18.75º 0.99% 0.83% -
XYZ 28.95 17.99 2.03 -
YUV 103.35 71.38 204.79 -
System Red Green Blue C M Y K H S L
Decimal 211 68 3 0 0.68 0.99 0.17 18.75 0.97 0.42
Hex D3 44 3 0 44 63 11 13 61 2A
Octal 323 104 3 0 104 143 21 23 141 52
Binary 11010011 1000100 11 0 1000100 1100011 10001 10011 1100001 101010

Color Harmonies of #D34403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34403

Black with #D34403

Text Example


Text Example

White with #D34403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34403; }

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

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

background-color css

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

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

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

border-color css

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

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

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