Html Css Color HEX #D14403 Tenne (Tawny)

📋 copy color: '#D14403'

red 209 ◦ green 68 ◦ blue 3

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

Shades of Tenne (Tawny) #D14403

Tints of Tenne (Tawny) #D14403

RGB

 RED value IS 209 (82.03% from 255) = 74.64%

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

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

R = 74.64%
G = 24.29%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14403 (or 0xD14403) is known color: Tenne (Tawny). HEX triplet: D1, 44 and 03. RGB value is (209,68,3). Sum of RGB (Red+Green+Blue) = 209+68+3=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D14403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14403 is #2EBBFC. Grayscale: #676767. Windows color (decimal): -3062781 or 214225. OLE color: 214225.

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

Color convert

RGB 209 68 3 -
CMYK 0 0.67 0.99 0.18
HSL 18.93º 0.97% 0.42% -
HSV(B) 18.93º 0.99% 0.82% -
XYZ 28.38 17.7 2.01 -
YUV 102.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 209 68 3 0 0.67 0.99 0.18 18.93 0.97 0.42
Hex D1 44 3 0 43 63 12 13 61 2A
Octal 321 104 3 0 103 143 22 23 141 52
Binary 11010001 1000100 11 0 1000011 1100011 10010 10011 1100001 101010

Color Harmonies of #D14403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14403

Black with #D14403

Text Example


Text Example

White with #D14403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14403; }

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

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

background-color css

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

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

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

border-color css

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

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

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