Html Css Color HEX #D54D14 Tenne (Tawny)

📋 copy color: '#D54D14'

red 213 ◦ green 77 ◦ blue 20

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

Shades of Tenne (Tawny) #D54D14

Tints of Tenne (Tawny) #D54D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 68.71%
G = 24.84%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D54D14 (or 0xD54D14) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 14. RGB value is (213,77,20). Sum of RGB (Red+Green+Blue) = 213+77+20=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D14 is #2AB2EB. Grayscale: #6F6F6F. Windows color (decimal): -2798316 or 1330645. OLE color: 1330645.

HSL color Cylindrical-coordinate representation of color #D54D14: hue angle of 17.72º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D54D14 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 20 -
CMYK 0 0.64 0.91 0.16
HSL 17.72º 0.83% 0.46% -
HSV(B) 17.72º 0.91% 0.84% -
XYZ 30.22 19.5 2.83 -
YUV 111.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 213 77 20 0 0.64 0.91 0.16 17.72 0.83 0.46
Hex D5 4D 14 0 40 5B 10 12 53 2E
Octal 325 115 24 0 100 133 20 22 123 56
Binary 11010101 1001101 10100 0 1000000 1011011 10000 10010 1010011 101110

Color Harmonies of #D54D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D14

Black with #D54D14

Text Example


Text Example

White with #D54D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D14; }

 p { color: rgb(213,77,20); }

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

background-color css

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

 a { background-color: rgb(213,77,20); }

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

border-color css

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

 span { border-color: rgb(213,77,20); }

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