Shades of Crimson #C80238
Tints of Crimson #C80238
RGB
CMYK
RGB Variations
Color information
#C80238 (or 0xC80238) is known color: Crimson. HEX triplet: C8, 02 and 38. RGB value is (200,2,56). Sum of RGB (Red+Green+Blue) = 200+2+56=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80238 is #37FDC7. Grayscale: #434343. Windows color (decimal): -3669448 or 3670728. OLE color: 3670728.
HSL color Cylindrical-coordinate representation of color #C80238: hue angle of 343.64º 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 #C80238 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.22 |
| HSL | 343.64º | 0.98% | 0.4% | - |
| HSV(B) | 343.64º | 0.99% | 0.78% | - |
| XYZ | 24.55 | 12.61 | 4.88 | - |
| YUV | 67.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 56 | 0 | 0.99 | 0.72 | 0.22 | 343.64 | 0.98 | 0.4 |
| Hex | C8 | 2 | 38 | 0 | 63 | 48 | 16 | 158 | 62 | 28 |
| Octal | 310 | 2 | 70 | 0 | 143 | 110 | 26 | 530 | 142 | 50 |
| Binary | 11001000 | 10 | 111000 | 0 | 1100011 | 1001000 | 10110 | 101011000 | 1100010 | 101000 |
Color Harmonies of #C80238
Complementary color
Monochromatic Colors of #C80238
Black with #C80238
Text Example
Text Example
White with #C80238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80238; }
p { color: rgb(200,2,56); }
H1.HeaderClassName
{
color: #C80238;
}
.AnyTagClassName
{
color: #C80238;
}
</style>
background-color css
<style>
a { background-color: #C80238; }
a { background-color: rgb(200,2,56); }
div.DivClassName
{
background-color: #C80238;
}
.BgClassName
{
background-color: #C80238;
}
</style>
border-color css
<style>
span { border-color: #C80238; }
span { border-color: rgb(200,2,56); }
td.TdClassName
{
border-color: #C80238;
}
.TagClassName
{
border-color: #C80238;
}
</style>