Shades of Crimson #C8023E
Tints of Crimson #C8023E
RGB
CMYK
RGB Variations
Color information
#C8023E (or 0xC8023E) is known color: Crimson. HEX triplet: C8, 02 and 3E. RGB value is (200,2,62). Sum of RGB (Red+Green+Blue) = 200+2+62=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8023E is #37FDC1. Grayscale: #444444. Windows color (decimal): -3669442 or 4063944. OLE color: 4063944.
HSL color Cylindrical-coordinate representation of color #C8023E: hue angle of 341.82º 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 #C8023E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.22 |
| HSL | 341.82º | 0.98% | 0.4% | - |
| HSV(B) | 341.82º | 0.99% | 0.78% | - |
| XYZ | 24.71 | 12.67 | 5.7 | - |
| YUV | 68.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 62 | 0 | 0.99 | 0.69 | 0.22 | 341.82 | 0.98 | 0.4 |
| Hex | C8 | 2 | 3E | 0 | 63 | 45 | 16 | 156 | 62 | 28 |
| Octal | 310 | 2 | 76 | 0 | 143 | 105 | 26 | 526 | 142 | 50 |
| Binary | 11001000 | 10 | 111110 | 0 | 1100011 | 1000101 | 10110 | 101010110 | 1100010 | 101000 |
Color Harmonies of #C8023E
Complementary color
Monochromatic Colors of #C8023E
Black with #C8023E
Text Example
Text Example
White with #C8023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8023E; }
p { color: rgb(200,2,62); }
H1.HeaderClassName
{
color: #C8023E;
}
.AnyTagClassName
{
color: #C8023E;
}
</style>
background-color css
<style>
a { background-color: #C8023E; }
a { background-color: rgb(200,2,62); }
div.DivClassName
{
background-color: #C8023E;
}
.BgClassName
{
background-color: #C8023E;
}
</style>
border-color css
<style>
span { border-color: #C8023E; }
span { border-color: rgb(200,2,62); }
td.TdClassName
{
border-color: #C8023E;
}
.TagClassName
{
border-color: #C8023E;
}
</style>