Shades of Crimson #C8033C
Tints of Crimson #C8033C
RGB
CMYK
RGB Variations
Color information
#C8033C (or 0xC8033C) is known color: Crimson. HEX triplet: C8, 03 and 3C. RGB value is (200,3,60). Sum of RGB (Red+Green+Blue) = 200+3+60=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8033C is #37FCC3. Grayscale: #444444. Windows color (decimal): -3669188 or 3933128. OLE color: 3933128.
HSL color Cylindrical-coordinate representation of color #C8033C: hue angle of 342.64º 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 #C8033C is Cyan = 0, Magento = 0.98, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.7 | 0.22 |
| HSL | 342.64º | 0.97% | 0.4% | - |
| HSV(B) | 342.64º | 0.99% | 0.78% | - |
| XYZ | 24.67 | 12.67 | 5.42 | - |
| YUV | 68.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 60 | 0 | 0.98 | 0.7 | 0.22 | 342.64 | 0.97 | 0.4 |
| Hex | C8 | 3 | 3C | 0 | 62 | 46 | 16 | 157 | 61 | 28 |
| Octal | 310 | 3 | 74 | 0 | 142 | 106 | 26 | 527 | 141 | 50 |
| Binary | 11001000 | 11 | 111100 | 0 | 1100010 | 1000110 | 10110 | 101010111 | 1100001 | 101000 |
Color Harmonies of #C8033C
Complementary color
Monochromatic Colors of #C8033C
Black with #C8033C
Text Example
Text Example
White with #C8033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8033C; }
p { color: rgb(200,3,60); }
H1.HeaderClassName
{
color: #C8033C;
}
.AnyTagClassName
{
color: #C8033C;
}
</style>
background-color css
<style>
a { background-color: #C8033C; }
a { background-color: rgb(200,3,60); }
div.DivClassName
{
background-color: #C8033C;
}
.BgClassName
{
background-color: #C8033C;
}
</style>
border-color css
<style>
span { border-color: #C8033C; }
span { border-color: rgb(200,3,60); }
td.TdClassName
{
border-color: #C8033C;
}
.TagClassName
{
border-color: #C8033C;
}
</style>