Html Css Color HEX #D94301 Tenne (Tawny)

📋 copy color: '#D94301'

red 217 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D94301

Tints of Tenne (Tawny) #D94301

RGB

 RED value IS 217 (85.16% from 255) = 76.14%

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

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

R = 76.14%
G = 23.51%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D94301 (or 0xD94301) is known color: Tenne (Tawny). HEX triplet: D9, 43 and 01. RGB value is (217,67,1). Sum of RGB (Red+Green+Blue) = 217+67+1=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D94301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94301 is #26BCFE. Grayscale: #686868. Windows color (decimal): -2538751 or 82905. OLE color: 82905.

HSL color Cylindrical-coordinate representation of color #D94301: hue angle of 18.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D94301 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 1 -
CMYK 0 0.69 1.00 0.15
HSL 18.33º 0.99% 0.43% -
HSV(B) 18.33º 1% 0.85% -
XYZ 30.63 18.77 2.04 -
YUV 104.33 69.7 208.37 -
System Red Green Blue C M Y K H S L
Decimal 217 67 1 0 0.69 1.00 0.15 18.33 0.99 0.43
Hex D9 43 1 0 45 64 F 12 63 2B
Octal 331 103 1 0 105 144 17 22 143 53
Binary 11011001 1000011 1 0 1000101 1100100 1111 10010 1100011 101011

Color Harmonies of #D94301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94301

Black with #D94301

Text Example


Text Example

White with #D94301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94301; }

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

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

background-color css

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

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

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

border-color css

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

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

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