Shades of Brick Red #CF324B
Tints of Brick Red #CF324B
RGB
CMYK
RGB Variations
Color information
#CF324B (or 0xCF324B) is known color: Brick Red. HEX triplet: CF, 32 and 4B. RGB value is (207,50,75). Sum of RGB (Red+Green+Blue) = 207+50+75=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF324B is #30CDB4. Grayscale: #636363. Windows color (decimal): -3198389 or 4928207. OLE color: 4928207.
HSL color Cylindrical-coordinate representation of color #CF324B: hue angle of 350.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF324B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 75 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.19 |
| HSL | 350.45º | 0.62% | 0.5% | - |
| HSV(B) | 350.45º | 0.76% | 0.81% | - |
| XYZ | 28.14 | 16.05 | 8.27 | - |
| YUV | 99.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 75 | 0 | 0.76 | 0.64 | 0.19 | 350.45 | 0.62 | 0.5 |
| Hex | CF | 32 | 4B | 0 | 4C | 40 | 13 | 15E | 3E | 32 |
| Octal | 317 | 62 | 113 | 0 | 114 | 100 | 23 | 536 | 76 | 62 |
| Binary | 11001111 | 110010 | 1001011 | 0 | 1001100 | 1000000 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CF324B
Complementary color
Monochromatic Colors of #CF324B
Black with #CF324B
Text Example
Text Example
White with #CF324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF324B; }
p { color: rgb(207,50,75); }
H1.HeaderClassName
{
color: #CF324B;
}
.AnyTagClassName
{
color: #CF324B;
}
</style>
background-color css
<style>
a { background-color: #CF324B; }
a { background-color: rgb(207,50,75); }
div.DivClassName
{
background-color: #CF324B;
}
.BgClassName
{
background-color: #CF324B;
}
</style>
border-color css
<style>
span { border-color: #CF324B; }
span { border-color: rgb(207,50,75); }
td.TdClassName
{
border-color: #CF324B;
}
.TagClassName
{
border-color: #CF324B;
}
</style>