Html Css Color HEX #D14503 Tenne (Tawny)

📋 copy color: '#D14503'

red 209 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D14503

Tints of Tenne (Tawny) #D14503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 74.38%
G = 24.56%
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

#D14503 (or 0xD14503) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 03. RGB value is (209,69,3). Sum of RGB (Red+Green+Blue) = 209+69+3=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D14503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14503 is #2EBAFC. Grayscale: #676767. Windows color (decimal): -3062525 or 214481. OLE color: 214481.

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

Color convert

RGB 209 69 3 -
CMYK 0 0.67 0.99 0.18
HSL 19.22º 0.97% 0.42% -
HSV(B) 19.22º 0.99% 0.82% -
XYZ 28.44 17.82 2.03 -
YUV 103.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 209 69 3 0 0.67 0.99 0.18 19.22 0.97 0.42
Hex D1 45 3 0 43 63 12 13 61 2A
Octal 321 105 3 0 103 143 22 23 141 52
Binary 11010001 1000101 11 0 1000011 1100011 10010 10011 1100001 101010

Color Harmonies of #D14503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14503

Black with #D14503

Text Example


Text Example

White with #D14503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14503; }

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

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

background-color css

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

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

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

border-color css

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

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

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