Html Css Color HEX #D54D12 Tenne (Tawny)

📋 copy color: '#D54D12'

red 213 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #D54D12

Tints of Tenne (Tawny) #D54D12

RGB

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

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

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

R = 69.16%
G = 25%
B = 5.84%

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

#D54D12 (or 0xD54D12) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 12. RGB value is (213,77,18). Sum of RGB (Red+Green+Blue) = 213+77+18=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D12 is #2AB2ED. Grayscale: #6F6F6F. Windows color (decimal): -2798318 or 1199573. OLE color: 1199573.

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

Color convert

RGB 213 77 18 -
CMYK 0 0.64 0.92 0.16
HSL 18.15º 0.84% 0.45% -
HSV(B) 18.15º 0.92% 0.84% -
XYZ 30.2 19.5 2.74 -
YUV 110.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 213 77 18 0 0.64 0.92 0.16 18.15 0.84 0.45
Hex D5 4D 12 0 40 5C 10 12 54 2D
Octal 325 115 22 0 100 134 20 22 124 55
Binary 11010101 1001101 10010 0 1000000 1011100 10000 10010 1010100 101101

Color Harmonies of #D54D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D12

Black with #D54D12

Text Example


Text Example

White with #D54D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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