Shades of Brick Red #CF2343
Tints of Brick Red #CF2343
RGB
CMYK
RGB Variations
Color information
#CF2343 (or 0xCF2343) is known color: Brick Red. HEX triplet: CF, 23 and 43. RGB value is (207,35,67). Sum of RGB (Red+Green+Blue) = 207+35+67=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2343 is #30DCBC. Grayscale: #5A5A5A. Windows color (decimal): -3202237 or 4400079. OLE color: 4400079.
HSL color Cylindrical-coordinate representation of color #CF2343: hue angle of 348.84º 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 #CF2343 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 67 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.19 |
| HSL | 348.84º | 0.71% | 0.47% | - |
| HSV(B) | 348.84º | 0.83% | 0.81% | - |
| XYZ | 27.35 | 14.87 | 6.74 | - |
| YUV | 90.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 67 | 0 | 0.83 | 0.68 | 0.19 | 348.84 | 0.71 | 0.47 |
| Hex | CF | 23 | 43 | 0 | 53 | 44 | 13 | 15D | 47 | 2F |
| Octal | 317 | 43 | 103 | 0 | 123 | 104 | 23 | 535 | 107 | 57 |
| Binary | 11001111 | 100011 | 1000011 | 0 | 1010011 | 1000100 | 10011 | 101011101 | 1000111 | 101111 |
Color Harmonies of #CF2343
Complementary color
Monochromatic Colors of #CF2343
Black with #CF2343
Text Example
Text Example
White with #CF2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2343; }
p { color: rgb(207,35,67); }
H1.HeaderClassName
{
color: #CF2343;
}
.AnyTagClassName
{
color: #CF2343;
}
</style>
background-color css
<style>
a { background-color: #CF2343; }
a { background-color: rgb(207,35,67); }
div.DivClassName
{
background-color: #CF2343;
}
.BgClassName
{
background-color: #CF2343;
}
</style>
border-color css
<style>
span { border-color: #CF2343; }
span { border-color: rgb(207,35,67); }
td.TdClassName
{
border-color: #CF2343;
}
.TagClassName
{
border-color: #CF2343;
}
</style>