Html Css Color HEX #D04301 Tenne (Tawny)

📋 copy color: '#D04301'

red 208 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D04301

Tints of Tenne (Tawny) #D04301

RGB

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

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

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

R = 75.36%
G = 24.28%
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

#D04301 (or 0xD04301) is known color: Tenne (Tawny). HEX triplet: D0, 43 and 01. RGB value is (208,67,1). Sum of RGB (Red+Green+Blue) = 208+67+1=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D04301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04301 is #2FBCFE. Grayscale: #666666. Windows color (decimal): -3128575 or 82896. OLE color: 82896.

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

Color convert

RGB 208 67 1 -
CMYK 0 0.68 1.00 0.18
HSL 19.13º 0.99% 0.41% -
HSV(B) 19.13º 1% 0.82% -
XYZ 28.03 17.43 1.92 -
YUV 101.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 208 67 1 0 0.68 1.00 0.18 19.13 0.99 0.41
Hex D0 43 1 0 44 64 12 13 63 29
Octal 320 103 1 0 104 144 22 23 143 51
Binary 11010000 1000011 1 0 1000100 1100100 10010 10011 1100011 101001

Color Harmonies of #D04301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04301

Black with #D04301

Text Example


Text Example

White with #D04301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04301; }

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

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

background-color css

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

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

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

border-color css

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

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

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