Html Css Color HEX #D54D13 Tenne (Tawny)

📋 copy color: '#D54D13'

red 213 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #D54D13

Tints of Tenne (Tawny) #D54D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 68.93%
G = 24.92%
B = 6.15%

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

#D54D13 (or 0xD54D13) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 13. RGB value is (213,77,19). Sum of RGB (Red+Green+Blue) = 213+77+19=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D13 is #2AB2EC. Grayscale: #6F6F6F. Windows color (decimal): -2798317 or 1265109. OLE color: 1265109.

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

Color convert

RGB 213 77 19 -
CMYK 0 0.64 0.91 0.16
HSL 17.94º 0.84% 0.45% -
HSV(B) 17.94º 0.91% 0.84% -
XYZ 30.21 19.5 2.79 -
YUV 111.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 213 77 19 0 0.64 0.91 0.16 17.94 0.84 0.45
Hex D5 4D 13 0 40 5B 10 12 54 2D
Octal 325 115 23 0 100 133 20 22 124 55
Binary 11010101 1001101 10011 0 1000000 1011011 10000 10010 1010100 101101

Color Harmonies of #D54D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D13

Black with #D54D13

Text Example


Text Example

White with #D54D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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