Shades of Brick Red #CF404B
Tints of Brick Red #CF404B
RGB
CMYK
RGB Variations
Color information
#CF404B (or 0xCF404B) is known color: Brick Red. HEX triplet: CF, 40 and 4B. RGB value is (207,64,75). Sum of RGB (Red+Green+Blue) = 207+64+75=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF404B is #30BFB4. Grayscale: #6C6C6C. Windows color (decimal): -3194805 or 4931791. OLE color: 4931791.
HSL color Cylindrical-coordinate representation of color #CF404B: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF404B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 75 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.19 |
| HSL | 355.38º | 0.6% | 0.53% | - |
| HSV(B) | 355.38º | 0.69% | 0.81% | - |
| XYZ | 28.84 | 17.44 | 8.5 | - |
| YUV | 108.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 75 | 0 | 0.69 | 0.64 | 0.19 | 355.38 | 0.6 | 0.53 |
| Hex | CF | 40 | 4B | 0 | 45 | 40 | 13 | 163 | 3C | 35 |
| Octal | 317 | 100 | 113 | 0 | 105 | 100 | 23 | 543 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1001011 | 0 | 1000101 | 1000000 | 10011 | 101100011 | 111100 | 110101 |
Color Harmonies of #CF404B
Complementary color
Monochromatic Colors of #CF404B
Black with #CF404B
Text Example
Text Example
White with #CF404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF404B; }
p { color: rgb(207,64,75); }
H1.HeaderClassName
{
color: #CF404B;
}
.AnyTagClassName
{
color: #CF404B;
}
</style>
background-color css
<style>
a { background-color: #CF404B; }
a { background-color: rgb(207,64,75); }
div.DivClassName
{
background-color: #CF404B;
}
.BgClassName
{
background-color: #CF404B;
}
</style>
border-color css
<style>
span { border-color: #CF404B; }
span { border-color: rgb(207,64,75); }
td.TdClassName
{
border-color: #CF404B;
}
.TagClassName
{
border-color: #CF404B;
}
</style>