Html Css Color HEX #D74C0E Tenne (Tawny)

📋 copy color: '#D74C0E'

red 215 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #D74C0E

Tints of Tenne (Tawny) #D74C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 70.49%
G = 24.92%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74C0E (or 0xD74C0E) is known color: Tenne (Tawny). HEX triplet: D7, 4C and 0E. RGB value is (215,76,14). Sum of RGB (Red+Green+Blue) = 215+76+14=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74C0E is #28B3F1. Grayscale: #6E6E6E. Windows color (decimal): -2667506 or 937175. OLE color: 937175.

HSL color Cylindrical-coordinate representation of color #D74C0E: hue angle of 18.51º degrees, saturation: 0.88, 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 #D74C0E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 14 -
CMYK 0 0.65 0.93 0.16
HSL 18.51º 0.88% 0.45% -
HSV(B) 18.51º 0.93% 0.84% -
XYZ 30.69 19.65 2.59 -
YUV 110.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 215 76 14 0 0.65 0.93 0.16 18.51 0.88 0.45
Hex D7 4C E 0 41 5D 10 13 58 2D
Octal 327 114 16 0 101 135 20 23 130 55
Binary 11010111 1001100 1110 0 1000001 1011101 10000 10011 1011000 101101

Color Harmonies of #D74C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C0E

Black with #D74C0E

Text Example


Text Example

White with #D74C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C0E; }

 p { color: rgb(215,76,14); }

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

background-color css

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

 a { background-color: rgb(215,76,14); }

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

border-color css

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

 span { border-color: rgb(215,76,14); }

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