Shades of Crimson #CE0230
Tints of Crimson #CE0230
RGB
CMYK
RGB Variations
Color information
#CE0230 (or 0xCE0230) is known color: Crimson. HEX triplet: CE, 02 and 30. RGB value is (206,2,48). Sum of RGB (Red+Green+Blue) = 206+2+48=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0230 is #31FDCF. Grayscale: #444444. Windows color (decimal): -3276240 or 3146446. OLE color: 3146446.
HSL color Cylindrical-coordinate representation of color #CE0230: hue angle of 346.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0230 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.19 |
| HSL | 346.47º | 0.98% | 0.41% | - |
| HSV(B) | 346.47º | 0.99% | 0.81% | - |
| XYZ | 26.01 | 13.38 | 4.01 | - |
| YUV | 68.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 48 | 0 | 0.99 | 0.77 | 0.19 | 346.47 | 0.98 | 0.41 |
| Hex | CE | 2 | 30 | 0 | 63 | 4D | 13 | 15A | 62 | 29 |
| Octal | 316 | 2 | 60 | 0 | 143 | 115 | 23 | 532 | 142 | 51 |
| Binary | 11001110 | 10 | 110000 | 0 | 1100011 | 1001101 | 10011 | 101011010 | 1100010 | 101001 |
Color Harmonies of #CE0230
Complementary color
Monochromatic Colors of #CE0230
Black with #CE0230
Text Example
Text Example
White with #CE0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0230; }
p { color: rgb(206,2,48); }
H1.HeaderClassName
{
color: #CE0230;
}
.AnyTagClassName
{
color: #CE0230;
}
</style>
background-color css
<style>
a { background-color: #CE0230; }
a { background-color: rgb(206,2,48); }
div.DivClassName
{
background-color: #CE0230;
}
.BgClassName
{
background-color: #CE0230;
}
</style>
border-color css
<style>
span { border-color: #CE0230; }
span { border-color: rgb(206,2,48); }
td.TdClassName
{
border-color: #CE0230;
}
.TagClassName
{
border-color: #CE0230;
}
</style>