Shades of Crimson #CF183F
Tints of Crimson #CF183F
RGB
CMYK
RGB Variations
Color information
#CF183F (or 0xCF183F) is known color: Crimson. HEX triplet: CF, 18 and 3F. RGB value is (207,24,63). Sum of RGB (Red+Green+Blue) = 207+24+63=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF183F is #30E7C0. Grayscale: #535353. Windows color (decimal): -3205057 or 4135119. OLE color: 4135119.
HSL color Cylindrical-coordinate representation of color #CF183F: hue angle of 347.21º 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 #CF183F is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 63 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.19 |
| HSL | 347.21º | 0.79% | 0.45% | - |
| HSV(B) | 347.21º | 0.88% | 0.81% | - |
| XYZ | 26.96 | 14.28 | 6.04 | - |
| YUV | 83.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 63 | 0 | 0.88 | 0.70 | 0.19 | 347.21 | 0.79 | 0.45 |
| Hex | CF | 18 | 3F | 0 | 58 | 46 | 13 | 15B | 4F | 2D |
| Octal | 317 | 30 | 77 | 0 | 130 | 106 | 23 | 533 | 117 | 55 |
| Binary | 11001111 | 11000 | 111111 | 0 | 1011000 | 1000110 | 10011 | 101011011 | 1001111 | 101101 |
Color Harmonies of #CF183F
Complementary color
Monochromatic Colors of #CF183F
Black with #CF183F
Text Example
Text Example
White with #CF183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF183F; }
p { color: rgb(207,24,63); }
H1.HeaderClassName
{
color: #CF183F;
}
.AnyTagClassName
{
color: #CF183F;
}
</style>
background-color css
<style>
a { background-color: #CF183F; }
a { background-color: rgb(207,24,63); }
div.DivClassName
{
background-color: #CF183F;
}
.BgClassName
{
background-color: #CF183F;
}
</style>
border-color css
<style>
span { border-color: #CF183F; }
span { border-color: rgb(207,24,63); }
td.TdClassName
{
border-color: #CF183F;
}
.TagClassName
{
border-color: #CF183F;
}
</style>