Html Css Color HEX #D14903 Tenne (Tawny)

📋 copy color: '#D14903'

red 209 ◦ green 73 ◦ blue 3

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

Shades of Tenne (Tawny) #D14903

Tints of Tenne (Tawny) #D14903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 73.33%
G = 25.61%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14903 (or 0xD14903) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 03. RGB value is (209,73,3). Sum of RGB (Red+Green+Blue) = 209+73+3=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14903 is #2EB6FC. Grayscale: #6A6A6A. Windows color (decimal): -3061501 or 215505. OLE color: 215505.

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

Color convert

RGB 209 73 3 -
CMYK 0 0.65 0.99 0.18
HSL 20.39º 0.97% 0.42% -
HSV(B) 20.39º 0.99% 0.82% -
XYZ 28.69 18.33 2.11 -
YUV 105.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 209 73 3 0 0.65 0.99 0.18 20.39 0.97 0.42
Hex D1 49 3 0 41 63 12 14 61 2A
Octal 321 111 3 0 101 143 22 24 141 52
Binary 11010001 1001001 11 0 1000001 1100011 10010 10100 1100001 101010

Color Harmonies of #D14903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14903

Black with #D14903

Text Example


Text Example

White with #D14903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14903; }

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

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

background-color css

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

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

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

border-color css

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

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

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