Shades of Brick Red #CF3C45
Tints of Brick Red #CF3C45
RGB
CMYK
RGB Variations
Color information
#CF3C45 (or 0xCF3C45) is known color: Brick Red. HEX triplet: CF, 3C and 45. RGB value is (207,60,69). Sum of RGB (Red+Green+Blue) = 207+60+69=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C45 is #30C3BA. Grayscale: #696969. Windows color (decimal): -3195835 or 4537551. OLE color: 4537551.
HSL color Cylindrical-coordinate representation of color #CF3C45: hue angle of 356.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C45 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 69 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.19 |
| HSL | 356.33º | 0.6% | 0.52% | - |
| HSV(B) | 356.33º | 0.71% | 0.81% | - |
| XYZ | 28.42 | 16.93 | 7.4 | - |
| YUV | 104.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 69 | 0 | 0.71 | 0.67 | 0.19 | 356.33 | 0.6 | 0.52 |
| Hex | CF | 3C | 45 | 0 | 47 | 43 | 13 | 164 | 3C | 34 |
| Octal | 317 | 74 | 105 | 0 | 107 | 103 | 23 | 544 | 74 | 64 |
| Binary | 11001111 | 111100 | 1000101 | 0 | 1000111 | 1000011 | 10011 | 101100100 | 111100 | 110100 |
Color Harmonies of #CF3C45
Complementary color
Monochromatic Colors of #CF3C45
Black with #CF3C45
Text Example
Text Example
White with #CF3C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C45; }
p { color: rgb(207,60,69); }
H1.HeaderClassName
{
color: #CF3C45;
}
.AnyTagClassName
{
color: #CF3C45;
}
</style>
background-color css
<style>
a { background-color: #CF3C45; }
a { background-color: rgb(207,60,69); }
div.DivClassName
{
background-color: #CF3C45;
}
.BgClassName
{
background-color: #CF3C45;
}
</style>
border-color css
<style>
span { border-color: #CF3C45; }
span { border-color: rgb(207,60,69); }
td.TdClassName
{
border-color: #CF3C45;
}
.TagClassName
{
border-color: #CF3C45;
}
</style>