Shades of Crimson #CF133D
Tints of Crimson #CF133D
RGB
CMYK
RGB Variations
Color information
#CF133D (or 0xCF133D) is known color: Crimson. HEX triplet: CF, 13 and 3D. RGB value is (207,19,61). Sum of RGB (Red+Green+Blue) = 207+19+61=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF133D is #30ECC2. Grayscale: #505050. Windows color (decimal): -3206339 or 4002767. OLE color: 4002767.
HSL color Cylindrical-coordinate representation of color #CF133D: hue angle of 346.6º 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 #CF133D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.19 |
| HSL | 346.6º | 0.83% | 0.44% | - |
| HSV(B) | 346.6º | 0.91% | 0.81% | - |
| XYZ | 26.81 | 14.07 | 5.72 | - |
| YUV | 80 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 61 | 0 | 0.91 | 0.71 | 0.19 | 346.6 | 0.83 | 0.44 |
| Hex | CF | 13 | 3D | 0 | 5B | 47 | 13 | 15B | 53 | 2C |
| Octal | 317 | 23 | 75 | 0 | 133 | 107 | 23 | 533 | 123 | 54 |
| Binary | 11001111 | 10011 | 111101 | 0 | 1011011 | 1000111 | 10011 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CF133D
Complementary color
Monochromatic Colors of #CF133D
Black with #CF133D
Text Example
Text Example
White with #CF133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF133D; }
p { color: rgb(207,19,61); }
H1.HeaderClassName
{
color: #CF133D;
}
.AnyTagClassName
{
color: #CF133D;
}
</style>
background-color css
<style>
a { background-color: #CF133D; }
a { background-color: rgb(207,19,61); }
div.DivClassName
{
background-color: #CF133D;
}
.BgClassName
{
background-color: #CF133D;
}
</style>
border-color css
<style>
span { border-color: #CF133D; }
span { border-color: rgb(207,19,61); }
td.TdClassName
{
border-color: #CF133D;
}
.TagClassName
{
border-color: #CF133D;
}
</style>