Shades of Crimson #C8024A
Tints of Crimson #C8024A
RGB
CMYK
RGB Variations
Color information
#C8024A (or 0xC8024A) is known color: Crimson. HEX triplet: C8, 02 and 4A. RGB value is (200,2,74). Sum of RGB (Red+Green+Blue) = 200+2+74=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8024A is #37FDB5. Grayscale: #454545. Windows color (decimal): -3669430 or 4850376. OLE color: 4850376.
HSL color Cylindrical-coordinate representation of color #C8024A: hue angle of 338.18º 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 #C8024A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.22 |
| HSL | 338.18º | 0.98% | 0.4% | - |
| HSV(B) | 338.18º | 0.99% | 0.78% | - |
| XYZ | 25.08 | 12.82 | 7.63 | - |
| YUV | 69.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 74 | 0 | 0.99 | 0.63 | 0.22 | 338.18 | 0.98 | 0.4 |
| Hex | C8 | 2 | 4A | 0 | 63 | 3F | 16 | 152 | 62 | 28 |
| Octal | 310 | 2 | 112 | 0 | 143 | 77 | 26 | 522 | 142 | 50 |
| Binary | 11001000 | 10 | 1001010 | 0 | 1100011 | 111111 | 10110 | 101010010 | 1100010 | 101000 |
Color Harmonies of #C8024A
Complementary color
Monochromatic Colors of #C8024A
Black with #C8024A
Text Example
Text Example
White with #C8024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8024A; }
p { color: rgb(200,2,74); }
H1.HeaderClassName
{
color: #C8024A;
}
.AnyTagClassName
{
color: #C8024A;
}
</style>
background-color css
<style>
a { background-color: #C8024A; }
a { background-color: rgb(200,2,74); }
div.DivClassName
{
background-color: #C8024A;
}
.BgClassName
{
background-color: #C8024A;
}
</style>
border-color css
<style>
span { border-color: #C8024A; }
span { border-color: rgb(200,2,74); }
td.TdClassName
{
border-color: #C8024A;
}
.TagClassName
{
border-color: #C8024A;
}
</style>