#5E1213

Color #5E1213 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5E1213

Tints of Burnt Crimson #5E1213

Color information

#5E1213 (or 0x5E1213) is unknown color: approx Burnt Crimson. HEX triplet: 5E, 12 and 13. RGB value is (94,18,19). Sum of RGB (Red+Green+Blue) = 94+18+19=131 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.76% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1213 is #A1EDEC. Grayscale: #282828. Windows color (decimal): -10612205 or 1249886. OLE color: 1249886.

HSL color Cylindrical-coordinate representation of color #5E1213: hue angle of 359.21º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1213 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB941819-
CMYK00.810.800.63
HSL359.21º67.86%21.96%-
HSV(B)359.21º80.85%36.86%-
XYZ4.952.860.91-
YUV40.84115.68165.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 71.76%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=71.76%
G=13.74%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94181900.810.800.63359.2167.8621.96
Hex5E1213051503F1674416
Octal136222301211207754710426
Binary10111101001010011010100011010000111111101100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1213; }

 p { color: rgb(94,18,19); }

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

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

 a { background-color: rgb(94,18,19); }

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

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

 span { border-color: rgb(94,18,19); }

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