Html Css Color HEX #D04401 Tenne (Tawny)

📋 copy color: '#D04401'

red 208 ◦ green 68 ◦ blue 1

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

Shades of Tenne (Tawny) #D04401

Tints of Tenne (Tawny) #D04401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

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

R = 75.09%
G = 24.55%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D04401 (or 0xD04401) is known color: Tenne (Tawny). HEX triplet: D0, 44 and 01. RGB value is (208,68,1). Sum of RGB (Red+Green+Blue) = 208+68+1=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D04401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04401 is #2FBBFE. Grayscale: #666666. Windows color (decimal): -3128319 or 83152. OLE color: 83152.

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

Color convert

RGB 208 68 1 -
CMYK 0 0.67 1.00 0.18
HSL 19.42º 0.99% 0.41% -
HSV(B) 19.42º 1% 0.82% -
XYZ 28.09 17.55 1.94 -
YUV 102.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 208 68 1 0 0.67 1.00 0.18 19.42 0.99 0.41
Hex D0 44 1 0 43 64 12 13 63 29
Octal 320 104 1 0 103 144 22 23 143 51
Binary 11010000 1000100 1 0 1000011 1100100 10010 10011 1100011 101001

Color Harmonies of #D04401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04401

Black with #D04401

Text Example


Text Example

White with #D04401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04401; }

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

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

background-color css

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

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

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

border-color css

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

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

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