Shades of Crimson #CF0338
Tints of Crimson #CF0338
RGB
CMYK
RGB Variations
Color information
#CF0338 (or 0xCF0338) is known color: Crimson. HEX triplet: CF, 03 and 38. RGB value is (207,3,56). Sum of RGB (Red+Green+Blue) = 207+3+56=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0338 is #30FCC7. Grayscale: #464646. Windows color (decimal): -3210440 or 3670991. OLE color: 3670991.
HSL color Cylindrical-coordinate representation of color #CF0338: hue angle of 344.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0338 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.19 |
| HSL | 344.41º | 0.97% | 0.41% | - |
| HSV(B) | 344.41º | 0.99% | 0.81% | - |
| XYZ | 26.48 | 13.62 | 4.97 | - |
| YUV | 70.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 56 | 0 | 0.99 | 0.73 | 0.19 | 344.41 | 0.97 | 0.41 |
| Hex | CF | 3 | 38 | 0 | 63 | 49 | 13 | 158 | 61 | 29 |
| Octal | 317 | 3 | 70 | 0 | 143 | 111 | 23 | 530 | 141 | 51 |
| Binary | 11001111 | 11 | 111000 | 0 | 1100011 | 1001001 | 10011 | 101011000 | 1100001 | 101001 |
Color Harmonies of #CF0338
Complementary color
Monochromatic Colors of #CF0338
Black with #CF0338
Text Example
Text Example
White with #CF0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0338; }
p { color: rgb(207,3,56); }
H1.HeaderClassName
{
color: #CF0338;
}
.AnyTagClassName
{
color: #CF0338;
}
</style>
background-color css
<style>
a { background-color: #CF0338; }
a { background-color: rgb(207,3,56); }
div.DivClassName
{
background-color: #CF0338;
}
.BgClassName
{
background-color: #CF0338;
}
</style>
border-color css
<style>
span { border-color: #CF0338; }
span { border-color: rgb(207,3,56); }
td.TdClassName
{
border-color: #CF0338;
}
.TagClassName
{
border-color: #CF0338;
}
</style>