Shades of Crimson #C80335
Tints of Crimson #C80335
RGB
CMYK
RGB Variations
Color information
#C80335 (or 0xC80335) is known color: Crimson. HEX triplet: C8, 03 and 35. RGB value is (200,3,53). Sum of RGB (Red+Green+Blue) = 200+3+53=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80335 is #37FCCA. Grayscale: #434343. Windows color (decimal): -3669195 or 3474376. OLE color: 3474376.
HSL color Cylindrical-coordinate representation of color #C80335: hue angle of 344.77º 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 #C80335 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.22 |
| HSL | 344.77º | 0.97% | 0.4% | - |
| HSV(B) | 344.77º | 0.99% | 0.78% | - |
| XYZ | 24.49 | 12.6 | 4.51 | - |
| YUV | 67.6 | 119.77 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 53 | 0 | 0.98 | 0.74 | 0.22 | 344.77 | 0.97 | 0.4 |
| Hex | C8 | 3 | 35 | 0 | 62 | 4A | 16 | 159 | 61 | 28 |
| Octal | 310 | 3 | 65 | 0 | 142 | 112 | 26 | 531 | 141 | 50 |
| Binary | 11001000 | 11 | 110101 | 0 | 1100010 | 1001010 | 10110 | 101011001 | 1100001 | 101000 |
Color Harmonies of #C80335
Complementary color
Monochromatic Colors of #C80335
Black with #C80335
Text Example
Text Example
White with #C80335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80335; }
p { color: rgb(200,3,53); }
H1.HeaderClassName
{
color: #C80335;
}
.AnyTagClassName
{
color: #C80335;
}
</style>
background-color css
<style>
a { background-color: #C80335; }
a { background-color: rgb(200,3,53); }
div.DivClassName
{
background-color: #C80335;
}
.BgClassName
{
background-color: #C80335;
}
</style>
border-color css
<style>
span { border-color: #C80335; }
span { border-color: rgb(200,3,53); }
td.TdClassName
{
border-color: #C80335;
}
.TagClassName
{
border-color: #C80335;
}
</style>