Shades of Crimson #C80234
Tints of Crimson #C80234
RGB
CMYK
RGB Variations
Color information
#C80234 (or 0xC80234) is known color: Crimson. HEX triplet: C8, 02 and 34. RGB value is (200,2,52). Sum of RGB (Red+Green+Blue) = 200+2+52=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80234 is #37FDCB. Grayscale: #424242. Windows color (decimal): -3669452 or 3408584. OLE color: 3408584.
HSL color Cylindrical-coordinate representation of color #C80234: hue angle of 344.85º 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 #C80234 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.22 |
| HSL | 344.85º | 0.98% | 0.4% | - |
| HSV(B) | 344.85º | 0.99% | 0.78% | - |
| XYZ | 24.46 | 12.57 | 4.39 | - |
| YUV | 66.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 52 | 0 | 0.99 | 0.74 | 0.22 | 344.85 | 0.98 | 0.4 |
| Hex | C8 | 2 | 34 | 0 | 63 | 4A | 16 | 159 | 62 | 28 |
| Octal | 310 | 2 | 64 | 0 | 143 | 112 | 26 | 531 | 142 | 50 |
| Binary | 11001000 | 10 | 110100 | 0 | 1100011 | 1001010 | 10110 | 101011001 | 1100010 | 101000 |
Color Harmonies of #C80234
Complementary color
Monochromatic Colors of #C80234
Black with #C80234
Text Example
Text Example
White with #C80234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80234; }
p { color: rgb(200,2,52); }
H1.HeaderClassName
{
color: #C80234;
}
.AnyTagClassName
{
color: #C80234;
}
</style>
background-color css
<style>
a { background-color: #C80234; }
a { background-color: rgb(200,2,52); }
div.DivClassName
{
background-color: #C80234;
}
.BgClassName
{
background-color: #C80234;
}
</style>
border-color css
<style>
span { border-color: #C80234; }
span { border-color: rgb(200,2,52); }
td.TdClassName
{
border-color: #C80234;
}
.TagClassName
{
border-color: #C80234;
}
</style>