Shades of Crimson #C8023A
Tints of Crimson #C8023A
RGB
CMYK
RGB Variations
Color information
#C8023A (or 0xC8023A) is known color: Crimson. HEX triplet: C8, 02 and 3A. RGB value is (200,2,58). Sum of RGB (Red+Green+Blue) = 200+2+58=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8023A is #37FDC5. Grayscale: #434343. Windows color (decimal): -3669446 or 3801800. OLE color: 3801800.
HSL color Cylindrical-coordinate representation of color #C8023A: hue angle of 343.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8023A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.22 |
| HSL | 343.03º | 0.98% | 0.4% | - |
| HSV(B) | 343.03º | 0.99% | 0.78% | - |
| XYZ | 24.6 | 12.63 | 5.14 | - |
| YUV | 67.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 58 | 0 | 0.99 | 0.71 | 0.22 | 343.03 | 0.98 | 0.4 |
| Hex | C8 | 2 | 3A | 0 | 63 | 47 | 16 | 157 | 62 | 28 |
| Octal | 310 | 2 | 72 | 0 | 143 | 107 | 26 | 527 | 142 | 50 |
| Binary | 11001000 | 10 | 111010 | 0 | 1100011 | 1000111 | 10110 | 101010111 | 1100010 | 101000 |
Color Harmonies of #C8023A
Complementary color
Monochromatic Colors of #C8023A
Black with #C8023A
Text Example
Text Example
White with #C8023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8023A; }
p { color: rgb(200,2,58); }
H1.HeaderClassName
{
color: #C8023A;
}
.AnyTagClassName
{
color: #C8023A;
}
</style>
background-color css
<style>
a { background-color: #C8023A; }
a { background-color: rgb(200,2,58); }
div.DivClassName
{
background-color: #C8023A;
}
.BgClassName
{
background-color: #C8023A;
}
</style>
border-color css
<style>
span { border-color: #C8023A; }
span { border-color: rgb(200,2,58); }
td.TdClassName
{
border-color: #C8023A;
}
.TagClassName
{
border-color: #C8023A;
}
</style>