Shades of Brick Red #CF284B
Tints of Brick Red #CF284B
RGB
CMYK
RGB Variations
Color information
#CF284B (or 0xCF284B) is known color: Brick Red. HEX triplet: CF, 28 and 4B. RGB value is (207,40,75). Sum of RGB (Red+Green+Blue) = 207+40+75=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF284B is #30D7B4. Grayscale: #5D5D5D. Windows color (decimal): -3200949 or 4925647. OLE color: 4925647.
HSL color Cylindrical-coordinate representation of color #CF284B: hue angle of 347.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF284B is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 75 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.19 |
| HSL | 347.43º | 0.68% | 0.48% | - |
| HSV(B) | 347.43º | 0.81% | 0.81% | - |
| XYZ | 27.76 | 15.29 | 8.14 | - |
| YUV | 93.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 75 | 0 | 0.81 | 0.64 | 0.19 | 347.43 | 0.68 | 0.48 |
| Hex | CF | 28 | 4B | 0 | 51 | 40 | 13 | 15B | 44 | 30 |
| Octal | 317 | 50 | 113 | 0 | 121 | 100 | 23 | 533 | 104 | 60 |
| Binary | 11001111 | 101000 | 1001011 | 0 | 1010001 | 1000000 | 10011 | 101011011 | 1000100 | 110000 |
Color Harmonies of #CF284B
Complementary color
Monochromatic Colors of #CF284B
Black with #CF284B
Text Example
Text Example
White with #CF284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF284B; }
p { color: rgb(207,40,75); }
H1.HeaderClassName
{
color: #CF284B;
}
.AnyTagClassName
{
color: #CF284B;
}
</style>
background-color css
<style>
a { background-color: #CF284B; }
a { background-color: rgb(207,40,75); }
div.DivClassName
{
background-color: #CF284B;
}
.BgClassName
{
background-color: #CF284B;
}
</style>
border-color css
<style>
span { border-color: #CF284B; }
span { border-color: rgb(207,40,75); }
td.TdClassName
{
border-color: #CF284B;
}
.TagClassName
{
border-color: #CF284B;
}
</style>