Shades of Brick Red #CF303E
Tints of Brick Red #CF303E
RGB
CMYK
RGB Variations
Color information
#CF303E (or 0xCF303E) is known color: Brick Red. HEX triplet: CF, 30 and 3E. RGB value is (207,48,62). Sum of RGB (Red+Green+Blue) = 207+48+62=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF303E is #30CFC1. Grayscale: #616161. Windows color (decimal): -3198914 or 4075727. OLE color: 4075727.
HSL color Cylindrical-coordinate representation of color #CF303E: hue angle of 354.72º 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 #CF303E is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 62 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.19 |
| HSL | 354.72º | 0.62% | 0.5% | - |
| HSV(B) | 354.72º | 0.77% | 0.81% | - |
| XYZ | 27.66 | 15.73 | 6.14 | - |
| YUV | 97.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 62 | 0 | 0.77 | 0.70 | 0.19 | 354.72 | 0.62 | 0.5 |
| Hex | CF | 30 | 3E | 0 | 4D | 46 | 13 | 163 | 3E | 32 |
| Octal | 317 | 60 | 76 | 0 | 115 | 106 | 23 | 543 | 76 | 62 |
| Binary | 11001111 | 110000 | 111110 | 0 | 1001101 | 1000110 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CF303E
Complementary color
Monochromatic Colors of #CF303E
Black with #CF303E
Text Example
Text Example
White with #CF303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF303E; }
p { color: rgb(207,48,62); }
H1.HeaderClassName
{
color: #CF303E;
}
.AnyTagClassName
{
color: #CF303E;
}
</style>
background-color css
<style>
a { background-color: #CF303E; }
a { background-color: rgb(207,48,62); }
div.DivClassName
{
background-color: #CF303E;
}
.BgClassName
{
background-color: #CF303E;
}
</style>
border-color css
<style>
span { border-color: #CF303E; }
span { border-color: rgb(207,48,62); }
td.TdClassName
{
border-color: #CF303E;
}
.TagClassName
{
border-color: #CF303E;
}
</style>