#D54B13

Color #D54B13 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D54B13

Tints of Tenne (Tawny) #D54B13

Color information

#D54B13 (or 0xD54B13) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 4B and 13. RGB value is (213,75,19). Sum of RGB (Red+Green+Blue) = 213+75+19=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B13 is #2AB4EC. Grayscale: #6E6E6E. Windows color (decimal): -2798829 or 1264597. OLE color: 1264597.

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

Color convert

RGB2137519-
CMYK00.650.910.16
HSL17.32º83.62%45.49%-
HSV(B)17.32º91.08%83.53%-
XYZ30.0719.232.74-
YUV109.8876.72201.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.38%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=69.38%
G=24.43%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213751900.650.910.1617.3283.6245.49
HexD54B130415B1011542d
Octal325113230101133202112455
Binary1101010110010111001101000001101101110000100011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B13; }

 p { color: rgb(213,75,19); }

 H1.HeaderClassName
 {
   color: #D54B13;
 }
 .AnyTagClassName
 {
   color: #D54B13;
 }
</style>
background-color css

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

 a { background-color: rgb(213,75,19); }

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

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

 span { border-color: rgb(213,75,19); }

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