Html Css Color HEX #D54C12 Tenne (Tawny)

📋 copy color: '#D54C12'

red 213 ◦ green 76 ◦ blue 18

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

Shades of Tenne (Tawny) #D54C12

Tints of Tenne (Tawny) #D54C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 69.38%
G = 24.76%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54C12 (or 0xD54C12) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 12. RGB value is (213,76,18). Sum of RGB (Red+Green+Blue) = 213+76+18=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C12 is #2AB3ED. Grayscale: #6E6E6E. Windows color (decimal): -2798574 or 1199317. OLE color: 1199317.

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

Color convert

RGB 213 76 18 -
CMYK 0 0.64 0.92 0.16
HSL 17.85º 0.84% 0.45% -
HSV(B) 17.85º 0.92% 0.84% -
XYZ 30.13 19.36 2.72 -
YUV 110.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 213 76 18 0 0.64 0.92 0.16 17.85 0.84 0.45
Hex D5 4C 12 0 40 5C 10 12 54 2D
Octal 325 114 22 0 100 134 20 22 124 55
Binary 11010101 1001100 10010 0 1000000 1011100 10000 10010 1010100 101101

Color Harmonies of #D54C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C12

Black with #D54C12

Text Example


Text Example

White with #D54C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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