#5C0D0E

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

Shades of Burnt Crimson #5C0D0E

Tints of Burnt Crimson #5C0D0E

Color information

#5C0D0E (or 0x5C0D0E) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 0D and 0E. RGB value is (92,13,14). Sum of RGB (Red+Green+Blue) = 92+13+14=119 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.31% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0D0E is #A3F2F1. Grayscale: #242424. Windows color (decimal): -10744562 or 920924. OLE color: 920924.

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

Color convert

RGB921314-
CMYK00.860.850.64
HSL359.24º75.24%20.59%-
HSV(B)359.24º85.87%36.08%-
XYZ4.642.590.67-
YUV36.74115.17167.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 77.31%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=77.31%
G=10.92%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92131400.860.850.64359.2475.2420.59
Hex5CDE05655401674b15
Octal1341516012612510054711325
Binary1011100110111100101011010101011000000101100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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