Shades of Brick Red #CF3048
Tints of Brick Red #CF3048
RGB
CMYK
RGB Variations
Color information
#CF3048 (or 0xCF3048) is known color: Brick Red. HEX triplet: CF, 30 and 48. RGB value is (207,48,72). Sum of RGB (Red+Green+Blue) = 207+48+72=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3048 is #30CFB7. Grayscale: #626262. Windows color (decimal): -3198904 or 4731087. OLE color: 4731087.
HSL color Cylindrical-coordinate representation of color #CF3048: hue angle of 350.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3048 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 72 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.19 |
| HSL | 350.94º | 0.62% | 0.5% | - |
| HSV(B) | 350.94º | 0.77% | 0.81% | - |
| XYZ | 27.96 | 15.85 | 7.72 | - |
| YUV | 98.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 72 | 0 | 0.77 | 0.65 | 0.19 | 350.94 | 0.62 | 0.5 |
| Hex | CF | 30 | 48 | 0 | 4D | 41 | 13 | 15F | 3E | 32 |
| Octal | 317 | 60 | 110 | 0 | 115 | 101 | 23 | 537 | 76 | 62 |
| Binary | 11001111 | 110000 | 1001000 | 0 | 1001101 | 1000001 | 10011 | 101011111 | 111110 | 110010 |
Color Harmonies of #CF3048
Complementary color
Monochromatic Colors of #CF3048
Black with #CF3048
Text Example
Text Example
White with #CF3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3048; }
p { color: rgb(207,48,72); }
H1.HeaderClassName
{
color: #CF3048;
}
.AnyTagClassName
{
color: #CF3048;
}
</style>
background-color css
<style>
a { background-color: #CF3048; }
a { background-color: rgb(207,48,72); }
div.DivClassName
{
background-color: #CF3048;
}
.BgClassName
{
background-color: #CF3048;
}
</style>
border-color css
<style>
span { border-color: #CF3048; }
span { border-color: rgb(207,48,72); }
td.TdClassName
{
border-color: #CF3048;
}
.TagClassName
{
border-color: #CF3048;
}
</style>