Html Css Color HEX #D74F0D Tenne (Tawny)

📋 copy color: '#D74F0D'

red 215 ◦ green 79 ◦ blue 13

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

Shades of Tenne (Tawny) #D74F0D

Tints of Tenne (Tawny) #D74F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 70.03%
G = 25.73%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D74F0D (or 0xD74F0D) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 0D. RGB value is (215,79,13). Sum of RGB (Red+Green+Blue) = 215+79+13=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F0D is #28B0F2. Grayscale: #707070. Windows color (decimal): -2666739 or 872407. OLE color: 872407.

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

Color convert

RGB 215 79 13 -
CMYK 0 0.63 0.94 0.16
HSL 19.6º 0.89% 0.45% -
HSV(B) 19.6º 0.94% 0.84% -
XYZ 30.89 20.07 2.63 -
YUV 112.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 215 79 13 0 0.63 0.94 0.16 19.6 0.89 0.45
Hex D7 4F D 0 3F 5E 10 14 59 2D
Octal 327 117 15 0 77 136 20 24 131 55
Binary 11010111 1001111 1101 0 111111 1011110 10000 10100 1011001 101101

Color Harmonies of #D74F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F0D

Black with #D74F0D

Text Example


Text Example

White with #D74F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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