Shades of Crimson #CF0236
Tints of Crimson #CF0236
RGB
CMYK
RGB Variations
Color information
#CF0236 (or 0xCF0236) is known color: Crimson. HEX triplet: CF, 02 and 36. RGB value is (207,2,54). Sum of RGB (Red+Green+Blue) = 207+2+54=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0236 is #30FDC9. Grayscale: #454545. Windows color (decimal): -3210698 or 3539663. OLE color: 3539663.
HSL color Cylindrical-coordinate representation of color #CF0236: hue angle of 344.78º 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 #CF0236 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.19 |
| HSL | 344.78º | 0.98% | 0.41% | - |
| HSV(B) | 344.78º | 0.99% | 0.81% | - |
| XYZ | 26.42 | 13.58 | 4.72 | - |
| YUV | 69.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 54 | 0 | 0.99 | 0.74 | 0.19 | 344.78 | 0.98 | 0.41 |
| Hex | CF | 2 | 36 | 0 | 63 | 4A | 13 | 159 | 62 | 29 |
| Octal | 317 | 2 | 66 | 0 | 143 | 112 | 23 | 531 | 142 | 51 |
| Binary | 11001111 | 10 | 110110 | 0 | 1100011 | 1001010 | 10011 | 101011001 | 1100010 | 101001 |
Color Harmonies of #CF0236
Complementary color
Monochromatic Colors of #CF0236
Black with #CF0236
Text Example
Text Example
White with #CF0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0236; }
p { color: rgb(207,2,54); }
H1.HeaderClassName
{
color: #CF0236;
}
.AnyTagClassName
{
color: #CF0236;
}
</style>
background-color css
<style>
a { background-color: #CF0236; }
a { background-color: rgb(207,2,54); }
div.DivClassName
{
background-color: #CF0236;
}
.BgClassName
{
background-color: #CF0236;
}
</style>
border-color css
<style>
span { border-color: #CF0236; }
span { border-color: rgb(207,2,54); }
td.TdClassName
{
border-color: #CF0236;
}
.TagClassName
{
border-color: #CF0236;
}
</style>