Shades of Brick Red #CF2F4B
Tints of Brick Red #CF2F4B
RGB
CMYK
RGB Variations
Color information
#CF2F4B (or 0xCF2F4B) is known color: Brick Red. HEX triplet: CF, 2F and 4B. RGB value is (207,47,75). Sum of RGB (Red+Green+Blue) = 207+47+75=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F4B is #30D0B4. Grayscale: #626262. Windows color (decimal): -3199157 or 4927439. OLE color: 4927439.
HSL color Cylindrical-coordinate representation of color #CF2F4B: hue angle of 349.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F4B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.19 |
| HSL | 349.5º | 0.63% | 0.5% | - |
| HSV(B) | 349.5º | 0.77% | 0.81% | - |
| XYZ | 28.02 | 15.81 | 8.23 | - |
| YUV | 98.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 75 | 0 | 0.77 | 0.64 | 0.19 | 349.5 | 0.63 | 0.5 |
| Hex | CF | 2F | 4B | 0 | 4D | 40 | 13 | 15E | 3F | 32 |
| Octal | 317 | 57 | 113 | 0 | 115 | 100 | 23 | 536 | 77 | 62 |
| Binary | 11001111 | 101111 | 1001011 | 0 | 1001101 | 1000000 | 10011 | 101011110 | 111111 | 110010 |
Color Harmonies of #CF2F4B
Complementary color
Monochromatic Colors of #CF2F4B
Black with #CF2F4B
Text Example
Text Example
White with #CF2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F4B; }
p { color: rgb(207,47,75); }
H1.HeaderClassName
{
color: #CF2F4B;
}
.AnyTagClassName
{
color: #CF2F4B;
}
</style>
background-color css
<style>
a { background-color: #CF2F4B; }
a { background-color: rgb(207,47,75); }
div.DivClassName
{
background-color: #CF2F4B;
}
.BgClassName
{
background-color: #CF2F4B;
}
</style>
border-color css
<style>
span { border-color: #CF2F4B; }
span { border-color: rgb(207,47,75); }
td.TdClassName
{
border-color: #CF2F4B;
}
.TagClassName
{
border-color: #CF2F4B;
}
</style>