Html Css Color HEX #D14505 Tenne (Tawny)

📋 copy color: '#D14505'

red 209 ◦ green 69 ◦ blue 5

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

Shades of Tenne (Tawny) #D14505

Tints of Tenne (Tawny) #D14505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 73.85%
G = 24.38%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D14505 (or 0xD14505) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 05. RGB value is (209,69,5). Sum of RGB (Red+Green+Blue) = 209+69+5=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D14505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14505 is #2EBAFA. Grayscale: #676767. Windows color (decimal): -3062523 or 345553. OLE color: 345553.

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

Color convert

RGB 209 69 5 -
CMYK 0 0.67 0.98 0.18
HSL 18.82º 0.95% 0.42% -
HSV(B) 18.82º 0.98% 0.82% -
XYZ 28.45 17.82 2.08 -
YUV 103.56 72.38 203.2 -
System Red Green Blue C M Y K H S L
Decimal 209 69 5 0 0.67 0.98 0.18 18.82 0.95 0.42
Hex D1 45 5 0 43 62 12 13 5F 2A
Octal 321 105 5 0 103 142 22 23 137 52
Binary 11010001 1000101 101 0 1000011 1100010 10010 10011 1011111 101010

Color Harmonies of #D14505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14505

Black with #D14505

Text Example


Text Example

White with #D14505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14505; }

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

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

background-color css

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

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

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

border-color css

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

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

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