Shades of Cardinal #CF2338
Tints of Cardinal #CF2338
RGB
CMYK
RGB Variations
Color information
#CF2338 (or 0xCF2338) is known color: Cardinal. HEX triplet: CF, 23 and 38. RGB value is (207,35,56). Sum of RGB (Red+Green+Blue) = 207+35+56=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2338 is #30DCC7. Grayscale: #585858. Windows color (decimal): -3202248 or 3679183. OLE color: 3679183.
HSL color Cylindrical-coordinate representation of color #CF2338: hue angle of 352.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2338 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 56 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.19 |
| HSL | 352.67º | 0.71% | 0.47% | - |
| HSV(B) | 352.67º | 0.83% | 0.81% | - |
| XYZ | 27.05 | 14.75 | 5.16 | - |
| YUV | 88.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 56 | 0 | 0.83 | 0.73 | 0.19 | 352.67 | 0.71 | 0.47 |
| Hex | CF | 23 | 38 | 0 | 53 | 49 | 13 | 161 | 47 | 2F |
| Octal | 317 | 43 | 70 | 0 | 123 | 111 | 23 | 541 | 107 | 57 |
| Binary | 11001111 | 100011 | 111000 | 0 | 1010011 | 1001001 | 10011 | 101100001 | 1000111 | 101111 |
Color Harmonies of #CF2338
Complementary color
Monochromatic Colors of #CF2338
Black with #CF2338
Text Example
Text Example
White with #CF2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2338; }
p { color: rgb(207,35,56); }
H1.HeaderClassName
{
color: #CF2338;
}
.AnyTagClassName
{
color: #CF2338;
}
</style>
background-color css
<style>
a { background-color: #CF2338; }
a { background-color: rgb(207,35,56); }
div.DivClassName
{
background-color: #CF2338;
}
.BgClassName
{
background-color: #CF2338;
}
</style>
border-color css
<style>
span { border-color: #CF2338; }
span { border-color: rgb(207,35,56); }
td.TdClassName
{
border-color: #CF2338;
}
.TagClassName
{
border-color: #CF2338;
}
</style>