Html Css Color HEX #D74601 Tenne (Tawny)

📋 copy color: '#D74601'

red 215 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #D74601

Tints of Tenne (Tawny) #D74601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 75.17%
G = 24.48%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D74601 (or 0xD74601) is known color: Tenne (Tawny). HEX triplet: D7, 46 and 01. RGB value is (215,70,1). Sum of RGB (Red+Green+Blue) = 215+70+1=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D74601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74601 is #28B9FE. Grayscale: #696969. Windows color (decimal): -2669055 or 83671. OLE color: 83671.

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

Color convert

RGB 215 70 1 -
CMYK 0 0.67 1.00 0.16
HSL 19.35º 0.99% 0.42% -
HSV(B) 19.35º 1% 0.84% -
XYZ 30.22 18.83 2.07 -
YUV 105.49 69.04 206.11 -
System Red Green Blue C M Y K H S L
Decimal 215 70 1 0 0.67 1.00 0.16 19.35 0.99 0.42
Hex D7 46 1 0 43 64 10 13 63 2A
Octal 327 106 1 0 103 144 20 23 143 52
Binary 11010111 1000110 1 0 1000011 1100100 10000 10011 1100011 101010

Color Harmonies of #D74601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74601

Black with #D74601

Text Example


Text Example

White with #D74601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74601; }

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

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

background-color css

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

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

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

border-color css

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

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

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