Html Css Color HEX #D54F12 Tenne (Tawny)

📋 copy color: '#D54F12'

red 213 ◦ green 79 ◦ blue 18

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

Shades of Tenne (Tawny) #D54F12

Tints of Tenne (Tawny) #D54F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

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

R = 68.71%
G = 25.48%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54F12 (or 0xD54F12) is known color: Tenne (Tawny). HEX triplet: D5, 4F and 12. RGB value is (213,79,18). Sum of RGB (Red+Green+Blue) = 213+79+18=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54F12 is #2AB0ED. Grayscale: #707070. Windows color (decimal): -2797806 or 1200085. OLE color: 1200085.

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

Color convert

RGB 213 79 18 -
CMYK 0 0.63 0.92 0.16
HSL 18.77º 0.84% 0.45% -
HSV(B) 18.77º 0.92% 0.84% -
XYZ 30.35 19.78 2.79 -
YUV 112.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 213 79 18 0 0.63 0.92 0.16 18.77 0.84 0.45
Hex D5 4F 12 0 3F 5C 10 13 54 2D
Octal 325 117 22 0 77 134 20 23 124 55
Binary 11010101 1001111 10010 0 111111 1011100 10000 10011 1010100 101101

Color Harmonies of #D54F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F12

Black with #D54F12

Text Example


Text Example

White with #D54F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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