Shades of Crimson #C80239
Tints of Crimson #C80239
RGB
CMYK
RGB Variations
Color information
#C80239 (or 0xC80239) is known color: Crimson. HEX triplet: C8, 02 and 39. RGB value is (200,2,57). Sum of RGB (Red+Green+Blue) = 200+2+57=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C80239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80239 is #37FDC6. Grayscale: #434343. Windows color (decimal): -3669447 or 3736264. OLE color: 3736264.
HSL color Cylindrical-coordinate representation of color #C80239: hue angle of 343.33º 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 #C80239 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.22 |
| HSL | 343.33º | 0.98% | 0.4% | - |
| HSV(B) | 343.33º | 0.99% | 0.78% | - |
| XYZ | 24.58 | 12.62 | 5.01 | - |
| YUV | 67.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 57 | 0 | 0.99 | 0.72 | 0.22 | 343.33 | 0.98 | 0.4 |
| Hex | C8 | 2 | 39 | 0 | 63 | 48 | 16 | 157 | 62 | 28 |
| Octal | 310 | 2 | 71 | 0 | 143 | 110 | 26 | 527 | 142 | 50 |
| Binary | 11001000 | 10 | 111001 | 0 | 1100011 | 1001000 | 10110 | 101010111 | 1100010 | 101000 |
Color Harmonies of #C80239
Complementary color
Monochromatic Colors of #C80239
Black with #C80239
Text Example
Text Example
White with #C80239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80239; }
p { color: rgb(200,2,57); }
H1.HeaderClassName
{
color: #C80239;
}
.AnyTagClassName
{
color: #C80239;
}
</style>
background-color css
<style>
a { background-color: #C80239; }
a { background-color: rgb(200,2,57); }
div.DivClassName
{
background-color: #C80239;
}
.BgClassName
{
background-color: #C80239;
}
</style>
border-color css
<style>
span { border-color: #C80239; }
span { border-color: rgb(200,2,57); }
td.TdClassName
{
border-color: #C80239;
}
.TagClassName
{
border-color: #C80239;
}
</style>