Shades of Brick Red #CF304B
Tints of Brick Red #CF304B
RGB
CMYK
RGB Variations
Color information
#CF304B (or 0xCF304B) is known color: Brick Red. HEX triplet: CF, 30 and 4B. RGB value is (207,48,75). Sum of RGB (Red+Green+Blue) = 207+48+75=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF304B is #30CFB4. Grayscale: #626262. Windows color (decimal): -3198901 or 4927695. OLE color: 4927695.
HSL color Cylindrical-coordinate representation of color #CF304B: hue angle of 349.81º degrees, saturation: 0.62, 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 #CF304B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.19 |
| HSL | 349.81º | 0.62% | 0.5% | - |
| HSV(B) | 349.81º | 0.77% | 0.81% | - |
| XYZ | 28.06 | 15.89 | 8.24 | - |
| YUV | 98.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 75 | 0 | 0.77 | 0.64 | 0.19 | 349.81 | 0.62 | 0.5 |
| Hex | CF | 30 | 4B | 0 | 4D | 40 | 13 | 15E | 3E | 32 |
| Octal | 317 | 60 | 113 | 0 | 115 | 100 | 23 | 536 | 76 | 62 |
| Binary | 11001111 | 110000 | 1001011 | 0 | 1001101 | 1000000 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CF304B
Complementary color
Monochromatic Colors of #CF304B
Black with #CF304B
Text Example
Text Example
White with #CF304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF304B; }
p { color: rgb(207,48,75); }
H1.HeaderClassName
{
color: #CF304B;
}
.AnyTagClassName
{
color: #CF304B;
}
</style>
background-color css
<style>
a { background-color: #CF304B; }
a { background-color: rgb(207,48,75); }
div.DivClassName
{
background-color: #CF304B;
}
.BgClassName
{
background-color: #CF304B;
}
</style>
border-color css
<style>
span { border-color: #CF304B; }
span { border-color: rgb(207,48,75); }
td.TdClassName
{
border-color: #CF304B;
}
.TagClassName
{
border-color: #CF304B;
}
</style>