#5C1314

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

Shades of Burnt Crimson #5C1314

Tints of Burnt Crimson #5C1314

Color information

#5C1314 (or 0x5C1314) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 13 and 14. RGB value is (92,19,20). Sum of RGB (Red+Green+Blue) = 92+19+20=131 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.23% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1314 is #A3ECEB. Grayscale: #292929. Windows color (decimal): -10743020 or 1315676. OLE color: 1315676.

HSL color Cylindrical-coordinate representation of color #5C1314: hue angle of 359.18º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1314 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB921920-
CMYK00.790.780.64
HSL359.18º65.77%21.76%-
HSV(B)359.18º79.35%36.08%-
XYZ4.772.790.95-
YUV40.94116.18164.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 70.23%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=70.23%
G=14.50%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92192000.790.780.64359.1865.7721.76
Hex5C131404F4E401674216
Octal1342324011711610054710226
Binary101110010011101000100111110011101000000101100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,20); }

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

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

 a { background-color: rgb(92,19,20); }

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

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

 span { border-color: rgb(92,19,20); }

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