Html Css Color HEX #D74201 Tenne (Tawny)

📋 copy color: '#D74201'

red 215 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #D74201

Tints of Tenne (Tawny) #D74201

RGB

 RED value IS 215 (84.38% from 255) = 76.24%

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 76.24%
G = 23.4%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D74201 (or 0xD74201) is known color: Tenne (Tawny). HEX triplet: D7, 42 and 01. RGB value is (215,66,1). Sum of RGB (Red+Green+Blue) = 215+66+1=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D74201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74201 is #28BDFE. Grayscale: #676767. Windows color (decimal): -2670079 or 82647. OLE color: 82647.

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

Color convert

RGB 215 66 1 -
CMYK 0 0.69 1.00 0.16
HSL 18.22º 0.99% 0.42% -
HSV(B) 18.22º 1% 0.84% -
XYZ 29.98 18.35 1.99 -
YUV 103.14 70.36 207.79 -
System Red Green Blue C M Y K H S L
Decimal 215 66 1 0 0.69 1.00 0.16 18.22 0.99 0.42
Hex D7 42 1 0 45 64 10 12 63 2A
Octal 327 102 1 0 105 144 20 22 143 52
Binary 11010111 1000010 1 0 1000101 1100100 10000 10010 1100011 101010

Color Harmonies of #D74201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74201

Black with #D74201

Text Example


Text Example

White with #D74201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74201; }

 p { color: rgb(215,66,1); }

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

background-color css

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

 a { background-color: rgb(215,66,1); }

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

border-color css

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

 span { border-color: rgb(215,66,1); }

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