Shades of Crimson #CF0A32
Tints of Crimson #CF0A32
RGB
CMYK
RGB Variations
Color information
#CF0A32 (or 0xCF0A32) is known color: Crimson. HEX triplet: CF, 0A and 32. RGB value is (207,10,50). Sum of RGB (Red+Green+Blue) = 207+10+50=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A32 is #30F5CD. Grayscale: #494949. Windows color (decimal): -3208654 or 3279567. OLE color: 3279567.
HSL color Cylindrical-coordinate representation of color #CF0A32: hue angle of 347.82º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A32 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.19 |
| HSL | 347.82º | 0.91% | 0.43% | - |
| HSV(B) | 347.82º | 0.95% | 0.81% | - |
| XYZ | 26.42 | 13.71 | 4.27 | - |
| YUV | 73.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 50 | 0 | 0.95 | 0.76 | 0.19 | 347.82 | 0.91 | 0.43 |
| Hex | CF | A | 32 | 0 | 5F | 4C | 13 | 15C | 5B | 2B |
| Octal | 317 | 12 | 62 | 0 | 137 | 114 | 23 | 534 | 133 | 53 |
| Binary | 11001111 | 1010 | 110010 | 0 | 1011111 | 1001100 | 10011 | 101011100 | 1011011 | 101011 |
Color Harmonies of #CF0A32
Complementary color
Monochromatic Colors of #CF0A32
Black with #CF0A32
Text Example
Text Example
White with #CF0A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A32; }
p { color: rgb(207,10,50); }
H1.HeaderClassName
{
color: #CF0A32;
}
.AnyTagClassName
{
color: #CF0A32;
}
</style>
background-color css
<style>
a { background-color: #CF0A32; }
a { background-color: rgb(207,10,50); }
div.DivClassName
{
background-color: #CF0A32;
}
.BgClassName
{
background-color: #CF0A32;
}
</style>
border-color css
<style>
span { border-color: #CF0A32; }
span { border-color: rgb(207,10,50); }
td.TdClassName
{
border-color: #CF0A32;
}
.TagClassName
{
border-color: #CF0A32;
}
</style>