Shades of Crimson #C8013D
Tints of Crimson #C8013D
RGB
CMYK
RGB Variations
Color information
#C8013D (or 0xC8013D) is known color: Crimson. HEX triplet: C8, 01 and 3D. RGB value is (200,1,61). Sum of RGB (Red+Green+Blue) = 200+1+61=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8013D is #37FEC2. Grayscale: #434343. Windows color (decimal): -3669699 or 3998152. OLE color: 3998152.
HSL color Cylindrical-coordinate representation of color #C8013D: hue angle of 341.91º 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 #C8013D is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.22 |
| HSL | 341.91º | 0.99% | 0.39% | - |
| HSV(B) | 341.91º | 1% | 0.78% | - |
| XYZ | 24.67 | 12.64 | 5.55 | - |
| YUV | 67.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 61 | 0 | 1.00 | 0.69 | 0.22 | 341.91 | 0.99 | 0.39 |
| Hex | C8 | 1 | 3D | 0 | 64 | 45 | 16 | 156 | 63 | 27 |
| Octal | 310 | 1 | 75 | 0 | 144 | 105 | 26 | 526 | 143 | 47 |
| Binary | 11001000 | 1 | 111101 | 0 | 1100100 | 1000101 | 10110 | 101010110 | 1100011 | 100111 |
Color Harmonies of #C8013D
Complementary color
Monochromatic Colors of #C8013D
Black with #C8013D
Text Example
Text Example
White with #C8013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8013D; }
p { color: rgb(200,1,61); }
H1.HeaderClassName
{
color: #C8013D;
}
.AnyTagClassName
{
color: #C8013D;
}
</style>
background-color css
<style>
a { background-color: #C8013D; }
a { background-color: rgb(200,1,61); }
div.DivClassName
{
background-color: #C8013D;
}
.BgClassName
{
background-color: #C8013D;
}
</style>
border-color css
<style>
span { border-color: #C8013D; }
span { border-color: rgb(200,1,61); }
td.TdClassName
{
border-color: #C8013D;
}
.TagClassName
{
border-color: #C8013D;
}
</style>