Shades of Crimson #C8013F
Tints of Crimson #C8013F
RGB
CMYK
RGB Variations
Color information
#C8013F (or 0xC8013F) is known color: Crimson. HEX triplet: C8, 01 and 3F. RGB value is (200,1,63). Sum of RGB (Red+Green+Blue) = 200+1+63=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8013F is #37FEC0. Grayscale: #434343. Windows color (decimal): -3669697 or 4129224. OLE color: 4129224.
HSL color Cylindrical-coordinate representation of color #C8013F: hue angle of 341.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8013F is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.22 |
| HSL | 341.31º | 0.99% | 0.39% | - |
| HSV(B) | 341.31º | 1% | 0.78% | - |
| XYZ | 24.73 | 12.66 | 5.84 | - |
| YUV | 67.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 63 | 0 | 1.00 | 0.68 | 0.22 | 341.31 | 0.99 | 0.39 |
| Hex | C8 | 1 | 3F | 0 | 64 | 44 | 16 | 155 | 63 | 27 |
| Octal | 310 | 1 | 77 | 0 | 144 | 104 | 26 | 525 | 143 | 47 |
| Binary | 11001000 | 1 | 111111 | 0 | 1100100 | 1000100 | 10110 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C8013F
Complementary color
Monochromatic Colors of #C8013F
Black with #C8013F
Text Example
Text Example
White with #C8013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8013F; }
p { color: rgb(200,1,63); }
H1.HeaderClassName
{
color: #C8013F;
}
.AnyTagClassName
{
color: #C8013F;
}
</style>
background-color css
<style>
a { background-color: #C8013F; }
a { background-color: rgb(200,1,63); }
div.DivClassName
{
background-color: #C8013F;
}
.BgClassName
{
background-color: #C8013F;
}
</style>
border-color css
<style>
span { border-color: #C8013F; }
span { border-color: rgb(200,1,63); }
td.TdClassName
{
border-color: #C8013F;
}
.TagClassName
{
border-color: #C8013F;
}
</style>