#5C0E0F

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

Shades of Burnt Crimson #5C0E0F

Tints of Burnt Crimson #5C0E0F

Color information

#5C0E0F (or 0x5C0E0F) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 0E and 0F. RGB value is (92,14,15). Sum of RGB (Red+Green+Blue) = 92+14+15=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0E0F is #A3F1F0. Grayscale: #252525. Windows color (decimal): -10744305 or 986716. OLE color: 986716.

HSL color Cylindrical-coordinate representation of color #5C0E0F: hue angle of 359.23º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C0E0F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB921415-
CMYK00.850.840.64
HSL359.23º73.58%20.78%-
HSV(B)359.23º84.78%36.08%-
XYZ4.662.620.71-
YUV37.44115.34166.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.03%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=76.03%
G=11.57%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92141500.850.840.64359.2373.5820.78
Hex5CEF05554401674a15
Octal1341617012512410054711225
Binary1011100111011110101010110101001000000101100111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,14,15); }

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

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

 a { background-color: rgb(92,14,15); }

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

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

 span { border-color: rgb(92,14,15); }

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