Shades of Crimson #CF184B
Tints of Crimson #CF184B
RGB
CMYK
RGB Variations
Color information
#CF184B (or 0xCF184B) is known color: Crimson. HEX triplet: CF, 18 and 4B. RGB value is (207,24,75). Sum of RGB (Red+Green+Blue) = 207+24+75=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF184B is #30E7B4. Grayscale: #545454. Windows color (decimal): -3205045 or 4921551. OLE color: 4921551.
HSL color Cylindrical-coordinate representation of color #CF184B: hue angle of 343.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF184B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.19 |
| HSL | 343.28º | 0.79% | 0.45% | - |
| HSV(B) | 343.28º | 0.88% | 0.81% | - |
| XYZ | 27.33 | 14.43 | 8 | - |
| YUV | 84.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 75 | 0 | 0.88 | 0.64 | 0.19 | 343.28 | 0.79 | 0.45 |
| Hex | CF | 18 | 4B | 0 | 58 | 40 | 13 | 157 | 4F | 2D |
| Octal | 317 | 30 | 113 | 0 | 130 | 100 | 23 | 527 | 117 | 55 |
| Binary | 11001111 | 11000 | 1001011 | 0 | 1011000 | 1000000 | 10011 | 101010111 | 1001111 | 101101 |
Color Harmonies of #CF184B
Complementary color
Monochromatic Colors of #CF184B
Black with #CF184B
Text Example
Text Example
White with #CF184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF184B; }
p { color: rgb(207,24,75); }
H1.HeaderClassName
{
color: #CF184B;
}
.AnyTagClassName
{
color: #CF184B;
}
</style>
background-color css
<style>
a { background-color: #CF184B; }
a { background-color: rgb(207,24,75); }
div.DivClassName
{
background-color: #CF184B;
}
.BgClassName
{
background-color: #CF184B;
}
</style>
border-color css
<style>
span { border-color: #CF184B; }
span { border-color: rgb(207,24,75); }
td.TdClassName
{
border-color: #CF184B;
}
.TagClassName
{
border-color: #CF184B;
}
</style>