Shades of Brick Red #CF3A4B
Tints of Brick Red #CF3A4B
RGB
CMYK
RGB Variations
Color information
#CF3A4B (or 0xCF3A4B) is known color: Brick Red. HEX triplet: CF, 3A and 4B. RGB value is (207,58,75). Sum of RGB (Red+Green+Blue) = 207+58+75=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A4B is #30C5B4. Grayscale: #686868. Windows color (decimal): -3196341 or 4930255. OLE color: 4930255.
HSL color Cylindrical-coordinate representation of color #CF3A4B: hue angle of 353.15º 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 #CF3A4B is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 75 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.19 |
| HSL | 353.15º | 0.61% | 0.52% | - |
| HSV(B) | 353.15º | 0.72% | 0.81% | - |
| XYZ | 28.52 | 16.8 | 8.4 | - |
| YUV | 104.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 75 | 0 | 0.72 | 0.64 | 0.19 | 353.15 | 0.61 | 0.52 |
| Hex | CF | 3A | 4B | 0 | 48 | 40 | 13 | 161 | 3D | 34 |
| Octal | 317 | 72 | 113 | 0 | 110 | 100 | 23 | 541 | 75 | 64 |
| Binary | 11001111 | 111010 | 1001011 | 0 | 1001000 | 1000000 | 10011 | 101100001 | 111101 | 110100 |
Color Harmonies of #CF3A4B
Complementary color
Monochromatic Colors of #CF3A4B
Black with #CF3A4B
Text Example
Text Example
White with #CF3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A4B; }
p { color: rgb(207,58,75); }
H1.HeaderClassName
{
color: #CF3A4B;
}
.AnyTagClassName
{
color: #CF3A4B;
}
</style>
background-color css
<style>
a { background-color: #CF3A4B; }
a { background-color: rgb(207,58,75); }
div.DivClassName
{
background-color: #CF3A4B;
}
.BgClassName
{
background-color: #CF3A4B;
}
</style>
border-color css
<style>
span { border-color: #CF3A4B; }
span { border-color: rgb(207,58,75); }
td.TdClassName
{
border-color: #CF3A4B;
}
.TagClassName
{
border-color: #CF3A4B;
}
</style>