Shades of Crimson #C8044A
Tints of Crimson #C8044A
RGB
CMYK
RGB Variations
Color information
#C8044A (or 0xC8044A) is known color: Crimson. HEX triplet: C8, 04 and 4A. RGB value is (200,4,74). Sum of RGB (Red+Green+Blue) = 200+4+74=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8044A is #37FBB5. Grayscale: #464646. Windows color (decimal): -3668918 or 4850888. OLE color: 4850888.
HSL color Cylindrical-coordinate representation of color #C8044A: hue angle of 338.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8044A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.22 |
| HSL | 338.57º | 0.96% | 0.4% | - |
| HSV(B) | 338.57º | 0.98% | 0.78% | - |
| XYZ | 25.1 | 12.86 | 7.64 | - |
| YUV | 70.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 74 | 0 | 0.98 | 0.63 | 0.22 | 338.57 | 0.96 | 0.4 |
| Hex | C8 | 4 | 4A | 0 | 62 | 3F | 16 | 153 | 60 | 28 |
| Octal | 310 | 4 | 112 | 0 | 142 | 77 | 26 | 523 | 140 | 50 |
| Binary | 11001000 | 100 | 1001010 | 0 | 1100010 | 111111 | 10110 | 101010011 | 1100000 | 101000 |
Color Harmonies of #C8044A
Complementary color
Monochromatic Colors of #C8044A
Black with #C8044A
Text Example
Text Example
White with #C8044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8044A; }
p { color: rgb(200,4,74); }
H1.HeaderClassName
{
color: #C8044A;
}
.AnyTagClassName
{
color: #C8044A;
}
</style>
background-color css
<style>
a { background-color: #C8044A; }
a { background-color: rgb(200,4,74); }
div.DivClassName
{
background-color: #C8044A;
}
.BgClassName
{
background-color: #C8044A;
}
</style>
border-color css
<style>
span { border-color: #C8044A; }
span { border-color: rgb(200,4,74); }
td.TdClassName
{
border-color: #C8044A;
}
.TagClassName
{
border-color: #C8044A;
}
</style>