Html Css Color HEX #D14101 Tenne (Tawny)

📋 copy color: '#D14101'

red 209 ◦ green 65 ◦ blue 1

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

Shades of Tenne (Tawny) #D14101

Tints of Tenne (Tawny) #D14101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 76%
G = 23.64%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D14101 (or 0xD14101) is known color: Tenne (Tawny). HEX triplet: D1, 41 and 01. RGB value is (209,65,1). Sum of RGB (Red+Green+Blue) = 209+65+1=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D14101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14101 is #2EBEFE. Grayscale: #656565. Windows color (decimal): -3063551 or 82385. OLE color: 82385.

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

Color convert

RGB 209 65 1 -
CMYK 0 0.69 1.00 0.18
HSL 18.46º 0.99% 0.41% -
HSV(B) 18.46º 1% 0.82% -
XYZ 28.19 17.34 1.89 -
YUV 100.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 209 65 1 0 0.69 1.00 0.18 18.46 0.99 0.41
Hex D1 41 1 0 45 64 12 12 63 29
Octal 321 101 1 0 105 144 22 22 143 51
Binary 11010001 1000001 1 0 1000101 1100100 10010 10010 1100011 101001

Color Harmonies of #D14101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14101

Black with #D14101

Text Example


Text Example

White with #D14101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14101; }

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

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

background-color css

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

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

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

border-color css

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

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

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