Shades of Crimson #C8043D
Tints of Crimson #C8043D
RGB
CMYK
RGB Variations
Color information
#C8043D (or 0xC8043D) is known color: Crimson. HEX triplet: C8, 04 and 3D. RGB value is (200,4,61). Sum of RGB (Red+Green+Blue) = 200+4+61=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8043D is #37FBC2. Grayscale: #454545. Windows color (decimal): -3668931 or 3998920. OLE color: 3998920.
HSL color Cylindrical-coordinate representation of color #C8043D: hue angle of 342.55º 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 #C8043D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.22 |
| HSL | 342.55º | 0.96% | 0.4% | - |
| HSV(B) | 342.55º | 0.98% | 0.78% | - |
| XYZ | 24.71 | 12.7 | 5.56 | - |
| YUV | 69.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 61 | 0 | 0.98 | 0.69 | 0.22 | 342.55 | 0.96 | 0.4 |
| Hex | C8 | 4 | 3D | 0 | 62 | 45 | 16 | 157 | 60 | 28 |
| Octal | 310 | 4 | 75 | 0 | 142 | 105 | 26 | 527 | 140 | 50 |
| Binary | 11001000 | 100 | 111101 | 0 | 1100010 | 1000101 | 10110 | 101010111 | 1100000 | 101000 |
Color Harmonies of #C8043D
Complementary color
Monochromatic Colors of #C8043D
Black with #C8043D
Text Example
Text Example
White with #C8043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8043D; }
p { color: rgb(200,4,61); }
H1.HeaderClassName
{
color: #C8043D;
}
.AnyTagClassName
{
color: #C8043D;
}
</style>
background-color css
<style>
a { background-color: #C8043D; }
a { background-color: rgb(200,4,61); }
div.DivClassName
{
background-color: #C8043D;
}
.BgClassName
{
background-color: #C8043D;
}
</style>
border-color css
<style>
span { border-color: #C8043D; }
span { border-color: rgb(200,4,61); }
td.TdClassName
{
border-color: #C8043D;
}
.TagClassName
{
border-color: #C8043D;
}
</style>