Shades of Crimson #CE0130
Tints of Crimson #CE0130
RGB
CMYK
RGB Variations
Color information
#CE0130 (or 0xCE0130) is known color: Crimson. HEX triplet: CE, 01 and 30. RGB value is (206,1,48). Sum of RGB (Red+Green+Blue) = 206+1+48=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0130 is #31FECF. Grayscale: #434343. Windows color (decimal): -3276496 or 3146190. OLE color: 3146190.
HSL color Cylindrical-coordinate representation of color #CE0130: hue angle of 346.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0130 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.19 |
| HSL | 346.24º | 0.99% | 0.41% | - |
| HSV(B) | 346.24º | 1% | 0.81% | - |
| XYZ | 26 | 13.36 | 4 | - |
| YUV | 67.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 48 | 0 | 1.00 | 0.77 | 0.19 | 346.24 | 0.99 | 0.41 |
| Hex | CE | 1 | 30 | 0 | 64 | 4D | 13 | 15A | 63 | 29 |
| Octal | 316 | 1 | 60 | 0 | 144 | 115 | 23 | 532 | 143 | 51 |
| Binary | 11001110 | 1 | 110000 | 0 | 1100100 | 1001101 | 10011 | 101011010 | 1100011 | 101001 |
Color Harmonies of #CE0130
Complementary color
Monochromatic Colors of #CE0130
Black with #CE0130
Text Example
Text Example
White with #CE0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0130; }
p { color: rgb(206,1,48); }
H1.HeaderClassName
{
color: #CE0130;
}
.AnyTagClassName
{
color: #CE0130;
}
</style>
background-color css
<style>
a { background-color: #CE0130; }
a { background-color: rgb(206,1,48); }
div.DivClassName
{
background-color: #CE0130;
}
.BgClassName
{
background-color: #CE0130;
}
</style>
border-color css
<style>
span { border-color: #CE0130; }
span { border-color: rgb(206,1,48); }
td.TdClassName
{
border-color: #CE0130;
}
.TagClassName
{
border-color: #CE0130;
}
</style>