Shades of Burnt Crimson #5C0203
Tints of Burnt Crimson #5C0203
RGB
CMYK
RGB Variations
Color information
#5C0203 (or 0x5C0203) is known color: Burnt Crimson. HEX triplet: 5C, 02 and 03. RGB value is (92,2,3). Sum of RGB (Red+Green+Blue) = 92+2+3=97 (12% of max value = 765). Red value is 92 (36.33% from 255 or 94.85% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0203 is #A3FDFC. Grayscale: #1D1D1D. Windows color (decimal): -10747389 or 197212. OLE color: 197212.
HSL color Cylindrical-coordinate representation of color #5C0203: hue angle of 359.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.64 |
| HSL | 359.33º | 0.96% | 0.18% | - |
| HSV(B) | 359.33º | 0.98% | 0.36% | - |
| XYZ | 4.45 | 2.33 | 0.3 | - |
| YUV | 29.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 3 | 0 | 0.98 | 0.97 | 0.64 | 359.33 | 0.96 | 0.18 |
| Hex | 5C | 2 | 3 | 0 | 62 | 61 | 40 | 167 | 60 | 12 |
| Octal | 134 | 2 | 3 | 0 | 142 | 141 | 100 | 547 | 140 | 22 |
| Binary | 1011100 | 10 | 11 | 0 | 1100010 | 1100001 | 1000000 | 101100111 | 1100000 | 10010 |
Color Harmonies of #5C0203
Complementary color
Monochromatic Colors of #5C0203
Black with #5C0203
Text Example
Text Example
White with #5C0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0203; }
p { color: rgb(92,2,3); }
H1.HeaderClassName
{
color: #5C0203;
}
.AnyTagClassName
{
color: #5C0203;
}
</style>
background-color css
<style>
a { background-color: #5C0203; }
a { background-color: rgb(92,2,3); }
div.DivClassName
{
background-color: #5C0203;
}
.BgClassName
{
background-color: #5C0203;
}
</style>
border-color css
<style>
span { border-color: #5C0203; }
span { border-color: rgb(92,2,3); }
td.TdClassName
{
border-color: #5C0203;
}
.TagClassName
{
border-color: #5C0203;
}
</style>