Shades of Brick Red #CF3A44
Tints of Brick Red #CF3A44
RGB
CMYK
RGB Variations
Color information
#CF3A44 (or 0xCF3A44) is known color: Brick Red. HEX triplet: CF, 3A and 44. RGB value is (207,58,68). Sum of RGB (Red+Green+Blue) = 207+58+68=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A44 is #30C5BB. Grayscale: #676767. Windows color (decimal): -3196348 or 4471503. OLE color: 4471503.
HSL color Cylindrical-coordinate representation of color #CF3A44: hue angle of 355.97º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A44 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 68 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.19 |
| HSL | 355.97º | 0.61% | 0.52% | - |
| HSV(B) | 355.97º | 0.72% | 0.81% | - |
| XYZ | 28.29 | 16.71 | 7.2 | - |
| YUV | 103.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 68 | 0 | 0.72 | 0.67 | 0.19 | 355.97 | 0.61 | 0.52 |
| Hex | CF | 3A | 44 | 0 | 48 | 43 | 13 | 164 | 3D | 34 |
| Octal | 317 | 72 | 104 | 0 | 110 | 103 | 23 | 544 | 75 | 64 |
| Binary | 11001111 | 111010 | 1000100 | 0 | 1001000 | 1000011 | 10011 | 101100100 | 111101 | 110100 |
Color Harmonies of #CF3A44
Complementary color
Monochromatic Colors of #CF3A44
Black with #CF3A44
Text Example
Text Example
White with #CF3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A44; }
p { color: rgb(207,58,68); }
H1.HeaderClassName
{
color: #CF3A44;
}
.AnyTagClassName
{
color: #CF3A44;
}
</style>
background-color css
<style>
a { background-color: #CF3A44; }
a { background-color: rgb(207,58,68); }
div.DivClassName
{
background-color: #CF3A44;
}
.BgClassName
{
background-color: #CF3A44;
}
</style>
border-color css
<style>
span { border-color: #CF3A44; }
span { border-color: rgb(207,58,68); }
td.TdClassName
{
border-color: #CF3A44;
}
.TagClassName
{
border-color: #CF3A44;
}
</style>