Html Css Color HEX #D74F10 Tenne (Tawny)

📋 copy color: '#D74F10'

red 215 ◦ green 79 ◦ blue 16

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

Shades of Tenne (Tawny) #D74F10

Tints of Tenne (Tawny) #D74F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 69.35%
G = 25.48%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74F10 (or 0xD74F10) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 10. RGB value is (215,79,16). Sum of RGB (Red+Green+Blue) = 215+79+16=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F10 is #28B0EF. Grayscale: #707070. Windows color (decimal): -2666736 or 1069015. OLE color: 1069015.

HSL color Cylindrical-coordinate representation of color #D74F10: hue angle of 18.99º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74F10 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 16 -
CMYK 0 0.63 0.93 0.16
HSL 18.99º 0.86% 0.45% -
HSV(B) 18.99º 0.93% 0.84% -
XYZ 30.91 20.08 2.74 -
YUV 112.48 73.56 201.12 -
System Red Green Blue C M Y K H S L
Decimal 215 79 16 0 0.63 0.93 0.16 18.99 0.86 0.45
Hex D7 4F 10 0 3F 5D 10 13 56 2D
Octal 327 117 20 0 77 135 20 23 126 55
Binary 11010111 1001111 10000 0 111111 1011101 10000 10011 1010110 101101

Color Harmonies of #D74F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F10

Black with #D74F10

Text Example


Text Example

White with #D74F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F10; }

 p { color: rgb(215,79,16); }

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

background-color css

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

 a { background-color: rgb(215,79,16); }

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

border-color css

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

 span { border-color: rgb(215,79,16); }

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