Shades of Crimson #CF133A
Tints of Crimson #CF133A
RGB
CMYK
RGB Variations
Color information
#CF133A (or 0xCF133A) is known color: Crimson. HEX triplet: CF, 13 and 3A. RGB value is (207,19,58). Sum of RGB (Red+Green+Blue) = 207+19+58=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133A is #30ECC5. Grayscale: #4F4F4F. Windows color (decimal): -3206342 or 3806159. OLE color: 3806159.
HSL color Cylindrical-coordinate representation of color #CF133A: hue angle of 347.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF133A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 58 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.19 |
| HSL | 347.55º | 0.83% | 0.44% | - |
| HSV(B) | 347.55º | 0.91% | 0.81% | - |
| XYZ | 26.73 | 14.04 | 5.3 | - |
| YUV | 79.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 58 | 0 | 0.91 | 0.72 | 0.19 | 347.55 | 0.83 | 0.44 |
| Hex | CF | 13 | 3A | 0 | 5B | 48 | 13 | 15C | 53 | 2C |
| Octal | 317 | 23 | 72 | 0 | 133 | 110 | 23 | 534 | 123 | 54 |
| Binary | 11001111 | 10011 | 111010 | 0 | 1011011 | 1001000 | 10011 | 101011100 | 1010011 | 101100 |
Color Harmonies of #CF133A
Complementary color
Monochromatic Colors of #CF133A
Black with #CF133A
Text Example
Text Example
White with #CF133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF133A; }
p { color: rgb(207,19,58); }
H1.HeaderClassName
{
color: #CF133A;
}
.AnyTagClassName
{
color: #CF133A;
}
</style>
background-color css
<style>
a { background-color: #CF133A; }
a { background-color: rgb(207,19,58); }
div.DivClassName
{
background-color: #CF133A;
}
.BgClassName
{
background-color: #CF133A;
}
</style>
border-color css
<style>
span { border-color: #CF133A; }
span { border-color: rgb(207,19,58); }
td.TdClassName
{
border-color: #CF133A;
}
.TagClassName
{
border-color: #CF133A;
}
</style>