Shades of Crimson #C8023B
Tints of Crimson #C8023B
RGB
CMYK
RGB Variations
Color information
#C8023B (or 0xC8023B) is known color: Crimson. HEX triplet: C8, 02 and 3B. RGB value is (200,2,59). Sum of RGB (Red+Green+Blue) = 200+2+59=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8023B is #37FDC4. Grayscale: #434343. Windows color (decimal): -3669445 or 3867336. OLE color: 3867336.
HSL color Cylindrical-coordinate representation of color #C8023B: hue angle of 342.73º 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 #C8023B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.22 |
| HSL | 342.73º | 0.98% | 0.4% | - |
| HSV(B) | 342.73º | 0.99% | 0.78% | - |
| XYZ | 24.63 | 12.64 | 5.28 | - |
| YUV | 67.7 | 123.1 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 59 | 0 | 0.99 | 0.70 | 0.22 | 342.73 | 0.98 | 0.4 |
| Hex | C8 | 2 | 3B | 0 | 63 | 46 | 16 | 157 | 62 | 28 |
| Octal | 310 | 2 | 73 | 0 | 143 | 106 | 26 | 527 | 142 | 50 |
| Binary | 11001000 | 10 | 111011 | 0 | 1100011 | 1000110 | 10110 | 101010111 | 1100010 | 101000 |
Color Harmonies of #C8023B
Complementary color
Monochromatic Colors of #C8023B
Black with #C8023B
Text Example
Text Example
White with #C8023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8023B; }
p { color: rgb(200,2,59); }
H1.HeaderClassName
{
color: #C8023B;
}
.AnyTagClassName
{
color: #C8023B;
}
</style>
background-color css
<style>
a { background-color: #C8023B; }
a { background-color: rgb(200,2,59); }
div.DivClassName
{
background-color: #C8023B;
}
.BgClassName
{
background-color: #C8023B;
}
</style>
border-color css
<style>
span { border-color: #C8023B; }
span { border-color: rgb(200,2,59); }
td.TdClassName
{
border-color: #C8023B;
}
.TagClassName
{
border-color: #C8023B;
}
</style>