Shades of Crimson #CF0342
Tints of Crimson #CF0342
RGB
CMYK
RGB Variations
Color information
#CF0342 (or 0xCF0342) is known color: Crimson. HEX triplet: CF, 03 and 42. RGB value is (207,3,66). Sum of RGB (Red+Green+Blue) = 207+3+66=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0342 is #30FCBD. Grayscale: #474747. Windows color (decimal): -3210430 or 4326351. OLE color: 4326351.
HSL color Cylindrical-coordinate representation of color #CF0342: hue angle of 341.47º degrees, saturation: 0.97, 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 #CF0342 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.19 |
| HSL | 341.47º | 0.97% | 0.41% | - |
| HSV(B) | 341.47º | 0.99% | 0.81% | - |
| XYZ | 26.75 | 13.72 | 6.39 | - |
| YUV | 71.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 66 | 0 | 0.99 | 0.68 | 0.19 | 341.47 | 0.97 | 0.41 |
| Hex | CF | 3 | 42 | 0 | 63 | 44 | 13 | 155 | 61 | 29 |
| Octal | 317 | 3 | 102 | 0 | 143 | 104 | 23 | 525 | 141 | 51 |
| Binary | 11001111 | 11 | 1000010 | 0 | 1100011 | 1000100 | 10011 | 101010101 | 1100001 | 101001 |
Color Harmonies of #CF0342
Complementary color
Monochromatic Colors of #CF0342
Black with #CF0342
Text Example
Text Example
White with #CF0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0342; }
p { color: rgb(207,3,66); }
H1.HeaderClassName
{
color: #CF0342;
}
.AnyTagClassName
{
color: #CF0342;
}
</style>
background-color css
<style>
a { background-color: #CF0342; }
a { background-color: rgb(207,3,66); }
div.DivClassName
{
background-color: #CF0342;
}
.BgClassName
{
background-color: #CF0342;
}
</style>
border-color css
<style>
span { border-color: #CF0342; }
span { border-color: rgb(207,3,66); }
td.TdClassName
{
border-color: #CF0342;
}
.TagClassName
{
border-color: #CF0342;
}
</style>