Shades of Crimson #C80030
Tints of Crimson #C80030
RGB
CMYK
RGB Variations
Color information
#C80030 (or 0xC80030) is known color: Crimson. HEX triplet: C8, 00 and 30. RGB value is (200,0,48). Sum of RGB (Red+Green+Blue) = 200+0+48=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C80030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80030 is #37FFCF. Grayscale: #414141. Windows color (decimal): -3669968 or 3145928. OLE color: 3145928.
HSL color Cylindrical-coordinate representation of color #C80030: hue angle of 345.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80030 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.76 | 0.22 |
| HSL | 345.6º | 1% | 0.39% | - |
| HSV(B) | 345.6º | 1% | 0.78% | - |
| XYZ | 24.35 | 12.49 | 3.92 | - |
| YUV | 65.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 48 | 0 | 1 | 0.76 | 0.22 | 345.6 | 1 | 0.39 |
| Hex | C8 | 0 | 30 | 0 | 64 | 4C | 16 | 15A | 64 | 27 |
| Octal | 310 | 0 | 60 | 0 | 144 | 114 | 26 | 532 | 144 | 47 |
| Binary | 11001000 | 0 | 110000 | 0 | 1100100 | 1001100 | 10110 | 101011010 | 1100100 | 100111 |
Color Harmonies of #C80030
Complementary color
Monochromatic Colors of #C80030
Black with #C80030
Text Example
Text Example
White with #C80030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80030; }
p { color: rgb(200,0,48); }
H1.HeaderClassName
{
color: #C80030;
}
.AnyTagClassName
{
color: #C80030;
}
</style>
background-color css
<style>
a { background-color: #C80030; }
a { background-color: rgb(200,0,48); }
div.DivClassName
{
background-color: #C80030;
}
.BgClassName
{
background-color: #C80030;
}
</style>
border-color css
<style>
span { border-color: #C80030; }
span { border-color: rgb(200,0,48); }
td.TdClassName
{
border-color: #C80030;
}
.TagClassName
{
border-color: #C80030;
}
</style>