Shades of Crimson #CF0234
Tints of Crimson #CF0234
RGB
CMYK
RGB Variations
Color information
#CF0234 (or 0xCF0234) is known color: Crimson. HEX triplet: CF, 02 and 34. RGB value is (207,2,52). Sum of RGB (Red+Green+Blue) = 207+2+52=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0234 is #30FDCB. Grayscale: #454545. Windows color (decimal): -3210700 or 3408591. OLE color: 3408591.
HSL color Cylindrical-coordinate representation of color #CF0234: hue angle of 345.37º 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 #CF0234 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.19 |
| HSL | 345.37º | 0.98% | 0.41% | - |
| HSV(B) | 345.37º | 0.99% | 0.81% | - |
| XYZ | 26.37 | 13.56 | 4.48 | - |
| YUV | 69 | 118.42 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 52 | 0 | 0.99 | 0.75 | 0.19 | 345.37 | 0.98 | 0.41 |
| Hex | CF | 2 | 34 | 0 | 63 | 4B | 13 | 159 | 62 | 29 |
| Octal | 317 | 2 | 64 | 0 | 143 | 113 | 23 | 531 | 142 | 51 |
| Binary | 11001111 | 10 | 110100 | 0 | 1100011 | 1001011 | 10011 | 101011001 | 1100010 | 101001 |
Color Harmonies of #CF0234
Complementary color
Monochromatic Colors of #CF0234
Black with #CF0234
Text Example
Text Example
White with #CF0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0234; }
p { color: rgb(207,2,52); }
H1.HeaderClassName
{
color: #CF0234;
}
.AnyTagClassName
{
color: #CF0234;
}
</style>
background-color css
<style>
a { background-color: #CF0234; }
a { background-color: rgb(207,2,52); }
div.DivClassName
{
background-color: #CF0234;
}
.BgClassName
{
background-color: #CF0234;
}
</style>
border-color css
<style>
span { border-color: #CF0234; }
span { border-color: rgb(207,2,52); }
td.TdClassName
{
border-color: #CF0234;
}
.TagClassName
{
border-color: #CF0234;
}
</style>