Shades of Brick Red #CF3442
Tints of Brick Red #CF3442
RGB
CMYK
RGB Variations
Color information
#CF3442 (or 0xCF3442) is known color: Brick Red. HEX triplet: CF, 34 and 42. RGB value is (207,52,66). Sum of RGB (Red+Green+Blue) = 207+52+66=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3442 is #30CBBD. Grayscale: #646464. Windows color (decimal): -3197886 or 4338895. OLE color: 4338895.
HSL color Cylindrical-coordinate representation of color #CF3442: hue angle of 354.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3442 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.19 |
| HSL | 354.58º | 0.62% | 0.51% | - |
| HSV(B) | 354.58º | 0.75% | 0.81% | - |
| XYZ | 27.94 | 16.11 | 6.79 | - |
| YUV | 99.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 66 | 0 | 0.75 | 0.68 | 0.19 | 354.58 | 0.62 | 0.51 |
| Hex | CF | 34 | 42 | 0 | 4B | 44 | 13 | 163 | 3E | 33 |
| Octal | 317 | 64 | 102 | 0 | 113 | 104 | 23 | 543 | 76 | 63 |
| Binary | 11001111 | 110100 | 1000010 | 0 | 1001011 | 1000100 | 10011 | 101100011 | 111110 | 110011 |
Color Harmonies of #CF3442
Complementary color
Monochromatic Colors of #CF3442
Black with #CF3442
Text Example
Text Example
White with #CF3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3442; }
p { color: rgb(207,52,66); }
H1.HeaderClassName
{
color: #CF3442;
}
.AnyTagClassName
{
color: #CF3442;
}
</style>
background-color css
<style>
a { background-color: #CF3442; }
a { background-color: rgb(207,52,66); }
div.DivClassName
{
background-color: #CF3442;
}
.BgClassName
{
background-color: #CF3442;
}
</style>
border-color css
<style>
span { border-color: #CF3442; }
span { border-color: rgb(207,52,66); }
td.TdClassName
{
border-color: #CF3442;
}
.TagClassName
{
border-color: #CF3442;
}
</style>