Shades of Crimson #C8064B
Tints of Crimson #C8064B
RGB
CMYK
RGB Variations
Color information
#C8064B (or 0xC8064B) is known color: Crimson. HEX triplet: C8, 06 and 4B. RGB value is (200,6,75). Sum of RGB (Red+Green+Blue) = 200+6+75=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8064B is #37F9B4. Grayscale: #474747. Windows color (decimal): -3668405 or 4916936. OLE color: 4916936.
HSL color Cylindrical-coordinate representation of color #C8064B: hue angle of 338.66º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8064B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 75 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.22 |
| HSL | 338.66º | 0.94% | 0.4% | - |
| HSV(B) | 338.66º | 0.97% | 0.78% | - |
| XYZ | 25.15 | 12.92 | 7.82 | - |
| YUV | 71.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 75 | 0 | 0.97 | 0.62 | 0.22 | 338.66 | 0.94 | 0.4 |
| Hex | C8 | 6 | 4B | 0 | 61 | 3E | 16 | 153 | 5E | 28 |
| Octal | 310 | 6 | 113 | 0 | 141 | 76 | 26 | 523 | 136 | 50 |
| Binary | 11001000 | 110 | 1001011 | 0 | 1100001 | 111110 | 10110 | 101010011 | 1011110 | 101000 |
Color Harmonies of #C8064B
Complementary color
Monochromatic Colors of #C8064B
Black with #C8064B
Text Example
Text Example
White with #C8064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8064B; }
p { color: rgb(200,6,75); }
H1.HeaderClassName
{
color: #C8064B;
}
.AnyTagClassName
{
color: #C8064B;
}
</style>
background-color css
<style>
a { background-color: #C8064B; }
a { background-color: rgb(200,6,75); }
div.DivClassName
{
background-color: #C8064B;
}
.BgClassName
{
background-color: #C8064B;
}
</style>
border-color css
<style>
span { border-color: #C8064B; }
span { border-color: rgb(200,6,75); }
td.TdClassName
{
border-color: #C8064B;
}
.TagClassName
{
border-color: #C8064B;
}
</style>