Shades of Crimson #C8033B
Tints of Crimson #C8033B
RGB
CMYK
RGB Variations
Color information
#C8033B (or 0xC8033B) is known color: Crimson. HEX triplet: C8, 03 and 3B. RGB value is (200,3,59). Sum of RGB (Red+Green+Blue) = 200+3+59=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8033B is #37FCC4. Grayscale: #444444. Windows color (decimal): -3669189 or 3867592. OLE color: 3867592.
HSL color Cylindrical-coordinate representation of color #C8033B: hue angle of 342.94º 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 #C8033B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.22 |
| HSL | 342.94º | 0.97% | 0.4% | - |
| HSV(B) | 342.94º | 0.99% | 0.78% | - |
| XYZ | 24.64 | 12.66 | 5.28 | - |
| YUV | 68.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 59 | 0 | 0.98 | 0.70 | 0.22 | 342.94 | 0.97 | 0.4 |
| Hex | C8 | 3 | 3B | 0 | 62 | 46 | 16 | 157 | 61 | 28 |
| Octal | 310 | 3 | 73 | 0 | 142 | 106 | 26 | 527 | 141 | 50 |
| Binary | 11001000 | 11 | 111011 | 0 | 1100010 | 1000110 | 10110 | 101010111 | 1100001 | 101000 |
Color Harmonies of #C8033B
Complementary color
Monochromatic Colors of #C8033B
Black with #C8033B
Text Example
Text Example
White with #C8033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8033B; }
p { color: rgb(200,3,59); }
H1.HeaderClassName
{
color: #C8033B;
}
.AnyTagClassName
{
color: #C8033B;
}
</style>
background-color css
<style>
a { background-color: #C8033B; }
a { background-color: rgb(200,3,59); }
div.DivClassName
{
background-color: #C8033B;
}
.BgClassName
{
background-color: #C8033B;
}
</style>
border-color css
<style>
span { border-color: #C8033B; }
span { border-color: rgb(200,3,59); }
td.TdClassName
{
border-color: #C8033B;
}
.TagClassName
{
border-color: #C8033B;
}
</style>