Shades of Brick Red #CF3A45
Tints of Brick Red #CF3A45
RGB
CMYK
RGB Variations
Color information
#CF3A45 (or 0xCF3A45) is known color: Brick Red. HEX triplet: CF, 3A and 45. RGB value is (207,58,69). Sum of RGB (Red+Green+Blue) = 207+58+69=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A45 is #30C5BA. Grayscale: #676767. Windows color (decimal): -3196347 or 4537039. OLE color: 4537039.
HSL color Cylindrical-coordinate representation of color #CF3A45: hue angle of 355.57º 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 #CF3A45 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 69 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.19 |
| HSL | 355.57º | 0.61% | 0.52% | - |
| HSV(B) | 355.57º | 0.72% | 0.81% | - |
| XYZ | 28.32 | 16.72 | 7.37 | - |
| YUV | 103.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 69 | 0 | 0.72 | 0.67 | 0.19 | 355.57 | 0.61 | 0.52 |
| Hex | CF | 3A | 45 | 0 | 48 | 43 | 13 | 164 | 3D | 34 |
| Octal | 317 | 72 | 105 | 0 | 110 | 103 | 23 | 544 | 75 | 64 |
| Binary | 11001111 | 111010 | 1000101 | 0 | 1001000 | 1000011 | 10011 | 101100100 | 111101 | 110100 |
Color Harmonies of #CF3A45
Complementary color
Monochromatic Colors of #CF3A45
Black with #CF3A45
Text Example
Text Example
White with #CF3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A45; }
p { color: rgb(207,58,69); }
H1.HeaderClassName
{
color: #CF3A45;
}
.AnyTagClassName
{
color: #CF3A45;
}
</style>
background-color css
<style>
a { background-color: #CF3A45; }
a { background-color: rgb(207,58,69); }
div.DivClassName
{
background-color: #CF3A45;
}
.BgClassName
{
background-color: #CF3A45;
}
</style>
border-color css
<style>
span { border-color: #CF3A45; }
span { border-color: rgb(207,58,69); }
td.TdClassName
{
border-color: #CF3A45;
}
.TagClassName
{
border-color: #CF3A45;
}
</style>