Html Css Color HEX #D04101 Tenne (Tawny)

📋 copy color: '#D04101'

red 208 ◦ green 65 ◦ blue 1

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

Shades of Tenne (Tawny) #D04101

Tints of Tenne (Tawny) #D04101

RGB

 RED value IS 208 (81.64% from 255) = 75.91%

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

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

R = 75.91%
G = 23.72%
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

#D04101 (or 0xD04101) is known color: Tenne (Tawny). HEX triplet: D0, 41 and 01. RGB value is (208,65,1). Sum of RGB (Red+Green+Blue) = 208+65+1=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D04101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04101 is #2FBEFE. Grayscale: #646464. Windows color (decimal): -3129087 or 82384. OLE color: 82384.

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

Color convert

RGB 208 65 1 -
CMYK 0 0.69 1.00 0.18
HSL 18.55º 0.99% 0.41% -
HSV(B) 18.55º 1% 0.82% -
XYZ 27.91 17.19 1.88 -
YUV 100.46 71.88 204.7 -
System Red Green Blue C M Y K H S L
Decimal 208 65 1 0 0.69 1.00 0.18 18.55 0.99 0.41
Hex D0 41 1 0 45 64 12 13 63 29
Octal 320 101 1 0 105 144 22 23 143 51
Binary 11010000 1000001 1 0 1000101 1100100 10010 10011 1100011 101001

Color Harmonies of #D04101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04101

Black with #D04101

Text Example


Text Example

White with #D04101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04101; }

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

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

background-color css

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

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

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

border-color css

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

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

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