Html Css Color HEX #D14201 Tenne (Tawny)

📋 copy color: '#D14201'

red 209 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #D14201

Tints of Tenne (Tawny) #D14201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 75.72%
G = 23.91%
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

#D14201 (or 0xD14201) is known color: Tenne (Tawny). HEX triplet: D1, 42 and 01. RGB value is (209,66,1). Sum of RGB (Red+Green+Blue) = 209+66+1=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D14201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14201 is #2EBDFE. Grayscale: #656565. Windows color (decimal): -3063295 or 82641. OLE color: 82641.

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

Color convert

RGB 209 66 1 -
CMYK 0 0.68 1.00 0.18
HSL 18.75º 0.99% 0.41% -
HSV(B) 18.75º 1% 0.82% -
XYZ 28.25 17.45 1.91 -
YUV 101.35 71.38 204.79 -
System Red Green Blue C M Y K H S L
Decimal 209 66 1 0 0.68 1.00 0.18 18.75 0.99 0.41
Hex D1 42 1 0 44 64 12 13 63 29
Octal 321 102 1 0 104 144 22 23 143 51
Binary 11010001 1000010 1 0 1000100 1100100 10010 10011 1100011 101001

Color Harmonies of #D14201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14201

Black with #D14201

Text Example


Text Example

White with #D14201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14201; }

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

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

background-color css

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

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

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

border-color css

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

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

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