Shades of Brick Red #CF3A48
Tints of Brick Red #CF3A48
RGB
CMYK
RGB Variations
Color information
#CF3A48 (or 0xCF3A48) is known color: Brick Red. HEX triplet: CF, 3A and 48. RGB value is (207,58,72). Sum of RGB (Red+Green+Blue) = 207+58+72=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A48 is #30C5B7. Grayscale: #686868. Windows color (decimal): -3196344 or 4733647. OLE color: 4733647.
HSL color Cylindrical-coordinate representation of color #CF3A48: hue angle of 354.36º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A48 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 72 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.19 |
| HSL | 354.36º | 0.61% | 0.52% | - |
| HSV(B) | 354.36º | 0.72% | 0.81% | - |
| XYZ | 28.41 | 16.76 | 7.87 | - |
| YUV | 104.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 72 | 0 | 0.72 | 0.65 | 0.19 | 354.36 | 0.61 | 0.52 |
| Hex | CF | 3A | 48 | 0 | 48 | 41 | 13 | 162 | 3D | 34 |
| Octal | 317 | 72 | 110 | 0 | 110 | 101 | 23 | 542 | 75 | 64 |
| Binary | 11001111 | 111010 | 1001000 | 0 | 1001000 | 1000001 | 10011 | 101100010 | 111101 | 110100 |
Color Harmonies of #CF3A48
Complementary color
Monochromatic Colors of #CF3A48
Black with #CF3A48
Text Example
Text Example
White with #CF3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A48; }
p { color: rgb(207,58,72); }
H1.HeaderClassName
{
color: #CF3A48;
}
.AnyTagClassName
{
color: #CF3A48;
}
</style>
background-color css
<style>
a { background-color: #CF3A48; }
a { background-color: rgb(207,58,72); }
div.DivClassName
{
background-color: #CF3A48;
}
.BgClassName
{
background-color: #CF3A48;
}
</style>
border-color css
<style>
span { border-color: #CF3A48; }
span { border-color: rgb(207,58,72); }
td.TdClassName
{
border-color: #CF3A48;
}
.TagClassName
{
border-color: #CF3A48;
}
</style>