Shades of Brick Red #CF3448
Tints of Brick Red #CF3448
RGB
CMYK
RGB Variations
Color information
#CF3448 (or 0xCF3448) is known color: Brick Red. HEX triplet: CF, 34 and 48. RGB value is (207,52,72). Sum of RGB (Red+Green+Blue) = 207+52+72=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3448 is #30CBB7. Grayscale: #646464. Windows color (decimal): -3197880 or 4732111. OLE color: 4732111.
HSL color Cylindrical-coordinate representation of color #CF3448: hue angle of 352.26º 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 #CF3448 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 72 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.19 |
| HSL | 352.26º | 0.62% | 0.51% | - |
| HSV(B) | 352.26º | 0.75% | 0.81% | - |
| XYZ | 28.13 | 16.19 | 7.77 | - |
| YUV | 100.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 72 | 0 | 0.75 | 0.65 | 0.19 | 352.26 | 0.62 | 0.51 |
| Hex | CF | 34 | 48 | 0 | 4B | 41 | 13 | 160 | 3E | 33 |
| Octal | 317 | 64 | 110 | 0 | 113 | 101 | 23 | 540 | 76 | 63 |
| Binary | 11001111 | 110100 | 1001000 | 0 | 1001011 | 1000001 | 10011 | 101100000 | 111110 | 110011 |
Color Harmonies of #CF3448
Complementary color
Monochromatic Colors of #CF3448
Black with #CF3448
Text Example
Text Example
White with #CF3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3448; }
p { color: rgb(207,52,72); }
H1.HeaderClassName
{
color: #CF3448;
}
.AnyTagClassName
{
color: #CF3448;
}
</style>
background-color css
<style>
a { background-color: #CF3448; }
a { background-color: rgb(207,52,72); }
div.DivClassName
{
background-color: #CF3448;
}
.BgClassName
{
background-color: #CF3448;
}
</style>
border-color css
<style>
span { border-color: #CF3448; }
span { border-color: rgb(207,52,72); }
td.TdClassName
{
border-color: #CF3448;
}
.TagClassName
{
border-color: #CF3448;
}
</style>