Shades of Crimson #CF0339
Tints of Crimson #CF0339
RGB
CMYK
RGB Variations
Color information
#CF0339 (or 0xCF0339) is known color: Crimson. HEX triplet: CF, 03 and 39. RGB value is (207,3,57). Sum of RGB (Red+Green+Blue) = 207+3+57=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0339 is #30FCC6. Grayscale: #464646. Windows color (decimal): -3210439 or 3736527. OLE color: 3736527.
HSL color Cylindrical-coordinate representation of color #CF0339: hue angle of 344.12º 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 #CF0339 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.19 |
| HSL | 344.12º | 0.97% | 0.41% | - |
| HSV(B) | 344.12º | 0.99% | 0.81% | - |
| XYZ | 26.5 | 13.63 | 5.1 | - |
| YUV | 70.15 | 120.59 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 57 | 0 | 0.99 | 0.72 | 0.19 | 344.12 | 0.97 | 0.41 |
| Hex | CF | 3 | 39 | 0 | 63 | 48 | 13 | 158 | 61 | 29 |
| Octal | 317 | 3 | 71 | 0 | 143 | 110 | 23 | 530 | 141 | 51 |
| Binary | 11001111 | 11 | 111001 | 0 | 1100011 | 1001000 | 10011 | 101011000 | 1100001 | 101001 |
Color Harmonies of #CF0339
Complementary color
Monochromatic Colors of #CF0339
Black with #CF0339
Text Example
Text Example
White with #CF0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0339; }
p { color: rgb(207,3,57); }
H1.HeaderClassName
{
color: #CF0339;
}
.AnyTagClassName
{
color: #CF0339;
}
</style>
background-color css
<style>
a { background-color: #CF0339; }
a { background-color: rgb(207,3,57); }
div.DivClassName
{
background-color: #CF0339;
}
.BgClassName
{
background-color: #CF0339;
}
</style>
border-color css
<style>
span { border-color: #CF0339; }
span { border-color: rgb(207,3,57); }
td.TdClassName
{
border-color: #CF0339;
}
.TagClassName
{
border-color: #CF0339;
}
</style>