Html Css Color HEX #D54C15 Tenne (Tawny)

📋 copy color: '#D54C15'

red 213 ◦ green 76 ◦ blue 21

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

Shades of Tenne (Tawny) #D54C15

Tints of Tenne (Tawny) #D54C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 68.71%
G = 24.52%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54C15 (or 0xD54C15) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 15. RGB value is (213,76,21). Sum of RGB (Red+Green+Blue) = 213+76+21=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C15 is #2AB3EA. Grayscale: #6F6F6F. Windows color (decimal): -2798571 or 1395925. OLE color: 1395925.

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

Color convert

RGB 213 76 21 -
CMYK 0 0.64 0.90 0.16
HSL 17.19º 0.82% 0.46% -
HSV(B) 17.19º 0.9% 0.84% -
XYZ 30.16 19.37 2.86 -
YUV 110.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 213 76 21 0 0.64 0.90 0.16 17.19 0.82 0.46
Hex D5 4C 15 0 40 5A 10 11 52 2E
Octal 325 114 25 0 100 132 20 21 122 56
Binary 11010101 1001100 10101 0 1000000 1011010 10000 10001 1010010 101110

Color Harmonies of #D54C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C15

Black with #D54C15

Text Example


Text Example

White with #D54C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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