Html Css Color HEX #D74001 Tenne (Tawny)

📋 copy color: '#D74001'

red 215 ◦ green 64 ◦ blue 1

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

Shades of Tenne (Tawny) #D74001

Tints of Tenne (Tawny) #D74001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 76.79%
G = 22.86%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D74001 (or 0xD74001) is known color: Tenne (Tawny). HEX triplet: D7, 40 and 01. RGB value is (215,64,1). Sum of RGB (Red+Green+Blue) = 215+64+1=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D74001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74001 is #28BFFE. Grayscale: #666666. Windows color (decimal): -2670591 or 82135. OLE color: 82135.

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

Color convert

RGB 215 64 1 -
CMYK 0 0.70 1.00 0.16
HSL 17.66º 0.99% 0.42% -
HSV(B) 17.66º 1% 0.84% -
XYZ 29.86 18.12 1.95 -
YUV 101.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 215 64 1 0 0.70 1.00 0.16 17.66 0.99 0.42
Hex D7 40 1 0 46 64 10 12 63 2A
Octal 327 100 1 0 106 144 20 22 143 52
Binary 11010111 1000000 1 0 1000110 1100100 10000 10010 1100011 101010

Color Harmonies of #D74001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74001

Black with #D74001

Text Example


Text Example

White with #D74001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74001; }

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

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

background-color css

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

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

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

border-color css

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

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

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