Shades of Crimson #CE174A
Tints of Crimson #CE174A
RGB
CMYK
RGB Variations
Color information
#CE174A (or 0xCE174A) is known color: Crimson. HEX triplet: CE, 17 and 4A. RGB value is (206,23,74). Sum of RGB (Red+Green+Blue) = 206+23+74=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE174A is #31E8B5. Grayscale: #535353. Windows color (decimal): -3270838 or 4855758. OLE color: 4855758.
HSL color Cylindrical-coordinate representation of color #CE174A: hue angle of 343.28º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE174A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.19 |
| HSL | 343.28º | 0.8% | 0.45% | - |
| HSV(B) | 343.28º | 0.89% | 0.81% | - |
| XYZ | 27 | 14.23 | 7.8 | - |
| YUV | 83.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 74 | 0 | 0.89 | 0.64 | 0.19 | 343.28 | 0.8 | 0.45 |
| Hex | CE | 17 | 4A | 0 | 59 | 40 | 13 | 157 | 50 | 2D |
| Octal | 316 | 27 | 112 | 0 | 131 | 100 | 23 | 527 | 120 | 55 |
| Binary | 11001110 | 10111 | 1001010 | 0 | 1011001 | 1000000 | 10011 | 101010111 | 1010000 | 101101 |
Color Harmonies of #CE174A
Complementary color
Monochromatic Colors of #CE174A
Black with #CE174A
Text Example
Text Example
White with #CE174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE174A; }
p { color: rgb(206,23,74); }
H1.HeaderClassName
{
color: #CE174A;
}
.AnyTagClassName
{
color: #CE174A;
}
</style>
background-color css
<style>
a { background-color: #CE174A; }
a { background-color: rgb(206,23,74); }
div.DivClassName
{
background-color: #CE174A;
}
.BgClassName
{
background-color: #CE174A;
}
</style>
border-color css
<style>
span { border-color: #CE174A; }
span { border-color: rgb(206,23,74); }
td.TdClassName
{
border-color: #CE174A;
}
.TagClassName
{
border-color: #CE174A;
}
</style>