Shades of Crimson #CF143D
Tints of Crimson #CF143D
RGB
CMYK
RGB Variations
Color information
#CF143D (or 0xCF143D) is known color: Crimson. HEX triplet: CF, 14 and 3D. RGB value is (207,20,61). Sum of RGB (Red+Green+Blue) = 207+20+61=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF143D is #30EBC2. Grayscale: #505050. Windows color (decimal): -3206083 or 4003023. OLE color: 4003023.
HSL color Cylindrical-coordinate representation of color #CF143D: hue angle of 346.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF143D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.19 |
| HSL | 346.84º | 0.82% | 0.45% | - |
| HSV(B) | 346.84º | 0.9% | 0.81% | - |
| XYZ | 26.82 | 14.1 | 5.72 | - |
| YUV | 80.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 61 | 0 | 0.90 | 0.71 | 0.19 | 346.84 | 0.82 | 0.45 |
| Hex | CF | 14 | 3D | 0 | 5A | 47 | 13 | 15B | 52 | 2D |
| Octal | 317 | 24 | 75 | 0 | 132 | 107 | 23 | 533 | 122 | 55 |
| Binary | 11001111 | 10100 | 111101 | 0 | 1011010 | 1000111 | 10011 | 101011011 | 1010010 | 101101 |
Color Harmonies of #CF143D
Complementary color
Monochromatic Colors of #CF143D
Black with #CF143D
Text Example
Text Example
White with #CF143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF143D; }
p { color: rgb(207,20,61); }
H1.HeaderClassName
{
color: #CF143D;
}
.AnyTagClassName
{
color: #CF143D;
}
</style>
background-color css
<style>
a { background-color: #CF143D; }
a { background-color: rgb(207,20,61); }
div.DivClassName
{
background-color: #CF143D;
}
.BgClassName
{
background-color: #CF143D;
}
</style>
border-color css
<style>
span { border-color: #CF143D; }
span { border-color: rgb(207,20,61); }
td.TdClassName
{
border-color: #CF143D;
}
.TagClassName
{
border-color: #CF143D;
}
</style>