Shades of Crimson #CF003B
Tints of Crimson #CF003B
RGB
CMYK
RGB Variations
Color information
#CF003B (or 0xCF003B) is known color: Crimson. HEX triplet: CF, 00 and 3B. RGB value is (207,0,59). Sum of RGB (Red+Green+Blue) = 207+0+59=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF003B is #30FFC4. Grayscale: #444444. Windows color (decimal): -3211205 or 3866831. OLE color: 3866831.
HSL color Cylindrical-coordinate representation of color #CF003B: hue angle of 342.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF003B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.71 | 0.19 |
| HSL | 342.9º | 1% | 0.41% | - |
| HSV(B) | 342.9º | 1% | 0.81% | - |
| XYZ | 26.52 | 13.58 | 5.36 | - |
| YUV | 68.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 59 | 0 | 1 | 0.71 | 0.19 | 342.9 | 1 | 0.41 |
| Hex | CF | 0 | 3B | 0 | 64 | 47 | 13 | 157 | 64 | 29 |
| Octal | 317 | 0 | 73 | 0 | 144 | 107 | 23 | 527 | 144 | 51 |
| Binary | 11001111 | 0 | 111011 | 0 | 1100100 | 1000111 | 10011 | 101010111 | 1100100 | 101001 |
Color Harmonies of #CF003B
Complementary color
Monochromatic Colors of #CF003B
Black with #CF003B
Text Example
Text Example
White with #CF003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF003B; }
p { color: rgb(207,0,59); }
H1.HeaderClassName
{
color: #CF003B;
}
.AnyTagClassName
{
color: #CF003B;
}
</style>
background-color css
<style>
a { background-color: #CF003B; }
a { background-color: rgb(207,0,59); }
div.DivClassName
{
background-color: #CF003B;
}
.BgClassName
{
background-color: #CF003B;
}
</style>
border-color css
<style>
span { border-color: #CF003B; }
span { border-color: rgb(207,0,59); }
td.TdClassName
{
border-color: #CF003B;
}
.TagClassName
{
border-color: #CF003B;
}
</style>