Shades of Crimson #CF133B
Tints of Crimson #CF133B
RGB
CMYK
RGB Variations
Color information
#CF133B (or 0xCF133B) is known color: Crimson. HEX triplet: CF, 13 and 3B. RGB value is (207,19,59). Sum of RGB (Red+Green+Blue) = 207+19+59=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133B is #30ECC4. Grayscale: #4F4F4F. Windows color (decimal): -3206341 or 3871695. OLE color: 3871695.
HSL color Cylindrical-coordinate representation of color #CF133B: hue angle of 347.23º 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 #CF133B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.19 |
| HSL | 347.23º | 0.83% | 0.44% | - |
| HSV(B) | 347.23º | 0.91% | 0.81% | - |
| XYZ | 26.75 | 14.05 | 5.44 | - |
| YUV | 79.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 59 | 0 | 0.91 | 0.71 | 0.19 | 347.23 | 0.83 | 0.44 |
| Hex | CF | 13 | 3B | 0 | 5B | 47 | 13 | 15B | 53 | 2C |
| Octal | 317 | 23 | 73 | 0 | 133 | 107 | 23 | 533 | 123 | 54 |
| Binary | 11001111 | 10011 | 111011 | 0 | 1011011 | 1000111 | 10011 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CF133B
Complementary color
Monochromatic Colors of #CF133B
Black with #CF133B
Text Example
Text Example
White with #CF133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF133B; }
p { color: rgb(207,19,59); }
H1.HeaderClassName
{
color: #CF133B;
}
.AnyTagClassName
{
color: #CF133B;
}
</style>
background-color css
<style>
a { background-color: #CF133B; }
a { background-color: rgb(207,19,59); }
div.DivClassName
{
background-color: #CF133B;
}
.BgClassName
{
background-color: #CF133B;
}
</style>
border-color css
<style>
span { border-color: #CF133B; }
span { border-color: rgb(207,19,59); }
td.TdClassName
{
border-color: #CF133B;
}
.TagClassName
{
border-color: #CF133B;
}
</style>