Html Css Color HEX #D54F0E Tenne (Tawny)

📋 copy color: '#D54F0E'

red 213 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D54F0E

Tints of Tenne (Tawny) #D54F0E

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

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

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

R = 69.61%
G = 25.82%
B = 4.58%

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

#D54F0E (or 0xD54F0E) is known color: Tenne (Tawny). HEX triplet: D5, 4F and 0E. RGB value is (213,79,14). Sum of RGB (Red+Green+Blue) = 213+79+14=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54F0E is #2AB0F1. Grayscale: #707070. Windows color (decimal): -2797810 or 937941. OLE color: 937941.

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

Color convert

RGB 213 79 14 -
CMYK 0 0.63 0.93 0.16
HSL 19.6º 0.88% 0.45% -
HSV(B) 19.6º 0.93% 0.84% -
XYZ 30.32 19.77 2.63 -
YUV 111.66 72.89 200.29 -
System Red Green Blue C M Y K H S L
Decimal 213 79 14 0 0.63 0.93 0.16 19.6 0.88 0.45
Hex D5 4F E 0 3F 5D 10 14 58 2D
Octal 325 117 16 0 77 135 20 24 130 55
Binary 11010101 1001111 1110 0 111111 1011101 10000 10100 1011000 101101

Color Harmonies of #D54F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F0E

Black with #D54F0E

Text Example


Text Example

White with #D54F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F0E; }

 p { color: rgb(213,79,14); }

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

background-color css

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

 a { background-color: rgb(213,79,14); }

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

border-color css

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

 span { border-color: rgb(213,79,14); }

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