Shades of Crimson #C80333
Tints of Crimson #C80333
RGB
CMYK
RGB Variations
Color information
#C80333 (or 0xC80333) is known color: Crimson. HEX triplet: C8, 03 and 33. RGB value is (200,3,51). Sum of RGB (Red+Green+Blue) = 200+3+51=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80333 is #37FCCC. Grayscale: #434343. Windows color (decimal): -3669197 or 3343304. OLE color: 3343304.
HSL color Cylindrical-coordinate representation of color #C80333: hue angle of 345.38º degrees, saturation: 0.97, 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 #C80333 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.22 |
| HSL | 345.38º | 0.97% | 0.4% | - |
| HSV(B) | 345.38º | 0.99% | 0.78% | - |
| XYZ | 24.45 | 12.58 | 4.27 | - |
| YUV | 67.38 | 118.77 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 51 | 0 | 0.98 | 0.74 | 0.22 | 345.38 | 0.97 | 0.4 |
| Hex | C8 | 3 | 33 | 0 | 62 | 4A | 16 | 159 | 61 | 28 |
| Octal | 310 | 3 | 63 | 0 | 142 | 112 | 26 | 531 | 141 | 50 |
| Binary | 11001000 | 11 | 110011 | 0 | 1100010 | 1001010 | 10110 | 101011001 | 1100001 | 101000 |
Color Harmonies of #C80333
Complementary color
Monochromatic Colors of #C80333
Black with #C80333
Text Example
Text Example
White with #C80333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80333; }
p { color: rgb(200,3,51); }
H1.HeaderClassName
{
color: #C80333;
}
.AnyTagClassName
{
color: #C80333;
}
</style>
background-color css
<style>
a { background-color: #C80333; }
a { background-color: rgb(200,3,51); }
div.DivClassName
{
background-color: #C80333;
}
.BgClassName
{
background-color: #C80333;
}
</style>
border-color css
<style>
span { border-color: #C80333; }
span { border-color: rgb(200,3,51); }
td.TdClassName
{
border-color: #C80333;
}
.TagClassName
{
border-color: #C80333;
}
</style>