Html Css Color HEX #D54C14 Tenne (Tawny)

📋 copy color: '#D54C14'

red 213 ◦ green 76 ◦ blue 20

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

Shades of Tenne (Tawny) #D54C14

Tints of Tenne (Tawny) #D54C14

RGB

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

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

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

R = 68.93%
G = 24.6%
B = 6.47%

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

#D54C14 (or 0xD54C14) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 14. RGB value is (213,76,20). Sum of RGB (Red+Green+Blue) = 213+76+20=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C14 is #2AB3EB. Grayscale: #6E6E6E. Windows color (decimal): -2798572 or 1330389. OLE color: 1330389.

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

Color convert

RGB 213 76 20 -
CMYK 0 0.64 0.91 0.16
HSL 17.41º 0.83% 0.46% -
HSV(B) 17.41º 0.91% 0.84% -
XYZ 30.15 19.37 2.81 -
YUV 110.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 213 76 20 0 0.64 0.91 0.16 17.41 0.83 0.46
Hex D5 4C 14 0 40 5B 10 11 53 2E
Octal 325 114 24 0 100 133 20 21 123 56
Binary 11010101 1001100 10100 0 1000000 1011011 10000 10001 1010011 101110

Color Harmonies of #D54C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C14

Black with #D54C14

Text Example


Text Example

White with #D54C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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