Shades of Brick Red #CF3341
Tints of Brick Red #CF3341
RGB
CMYK
RGB Variations
Color information
#CF3341 (or 0xCF3341) is known color: Brick Red. HEX triplet: CF, 33 and 41. RGB value is (207,51,65). Sum of RGB (Red+Green+Blue) = 207+51+65=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3341 is #30CCBE. Grayscale: #636363. Windows color (decimal): -3198143 or 4273103. OLE color: 4273103.
HSL color Cylindrical-coordinate representation of color #CF3341: hue angle of 354.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3341 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 65 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.19 |
| HSL | 354.62º | 0.62% | 0.51% | - |
| HSV(B) | 354.62º | 0.75% | 0.81% | - |
| XYZ | 27.87 | 16.01 | 6.62 | - |
| YUV | 99.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 65 | 0 | 0.75 | 0.69 | 0.19 | 354.62 | 0.62 | 0.51 |
| Hex | CF | 33 | 41 | 0 | 4B | 45 | 13 | 163 | 3E | 33 |
| Octal | 317 | 63 | 101 | 0 | 113 | 105 | 23 | 543 | 76 | 63 |
| Binary | 11001111 | 110011 | 1000001 | 0 | 1001011 | 1000101 | 10011 | 101100011 | 111110 | 110011 |
Color Harmonies of #CF3341
Complementary color
Monochromatic Colors of #CF3341
Black with #CF3341
Text Example
Text Example
White with #CF3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3341; }
p { color: rgb(207,51,65); }
H1.HeaderClassName
{
color: #CF3341;
}
.AnyTagClassName
{
color: #CF3341;
}
</style>
background-color css
<style>
a { background-color: #CF3341; }
a { background-color: rgb(207,51,65); }
div.DivClassName
{
background-color: #CF3341;
}
.BgClassName
{
background-color: #CF3341;
}
</style>
border-color css
<style>
span { border-color: #CF3341; }
span { border-color: rgb(207,51,65); }
td.TdClassName
{
border-color: #CF3341;
}
.TagClassName
{
border-color: #CF3341;
}
</style>