Html Css Color HEX #D14301 Tenne (Tawny)

📋 copy color: '#D14301'

red 209 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D14301

Tints of Tenne (Tawny) #D14301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 75.45%
G = 24.19%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D14301 (or 0xD14301) is known color: Tenne (Tawny). HEX triplet: D1, 43 and 01. RGB value is (209,67,1). Sum of RGB (Red+Green+Blue) = 209+67+1=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D14301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14301 is #2EBCFE. Grayscale: #666666. Windows color (decimal): -3063039 or 82897. OLE color: 82897.

HSL color Cylindrical-coordinate representation of color #D14301: hue angle of 19.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14301 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 1 -
CMYK 0 0.68 1.00 0.18
HSL 19.04º 0.99% 0.41% -
HSV(B) 19.04º 1% 0.82% -
XYZ 28.31 17.57 1.93 -
YUV 101.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 209 67 1 0 0.68 1.00 0.18 19.04 0.99 0.41
Hex D1 43 1 0 44 64 12 13 63 29
Octal 321 103 1 0 104 144 22 23 143 51
Binary 11010001 1000011 1 0 1000100 1100100 10010 10011 1100011 101001

Color Harmonies of #D14301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14301

Black with #D14301

Text Example


Text Example

White with #D14301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14301; }

 p { color: rgb(209,67,1); }

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

background-color css

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

 a { background-color: rgb(209,67,1); }

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

border-color css

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

 span { border-color: rgb(209,67,1); }

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