Shades of Brick Red #CF3642
Tints of Brick Red #CF3642
RGB
CMYK
RGB Variations
Color information
#CF3642 (or 0xCF3642) is known color: Brick Red. HEX triplet: CF, 36 and 42. RGB value is (207,54,66). Sum of RGB (Red+Green+Blue) = 207+54+66=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3642 is #30C9BD. Grayscale: #656565. Windows color (decimal): -3197374 or 4339407. OLE color: 4339407.
HSL color Cylindrical-coordinate representation of color #CF3642: hue angle of 355.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3642 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 66 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.19 |
| HSL | 355.29º | 0.61% | 0.51% | - |
| HSV(B) | 355.29º | 0.74% | 0.81% | - |
| XYZ | 28.03 | 16.3 | 6.82 | - |
| YUV | 101.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 66 | 0 | 0.74 | 0.68 | 0.19 | 355.29 | 0.61 | 0.51 |
| Hex | CF | 36 | 42 | 0 | 4A | 44 | 13 | 163 | 3D | 33 |
| Octal | 317 | 66 | 102 | 0 | 112 | 104 | 23 | 543 | 75 | 63 |
| Binary | 11001111 | 110110 | 1000010 | 0 | 1001010 | 1000100 | 10011 | 101100011 | 111101 | 110011 |
Color Harmonies of #CF3642
Complementary color
Monochromatic Colors of #CF3642
Black with #CF3642
Text Example
Text Example
White with #CF3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3642; }
p { color: rgb(207,54,66); }
H1.HeaderClassName
{
color: #CF3642;
}
.AnyTagClassName
{
color: #CF3642;
}
</style>
background-color css
<style>
a { background-color: #CF3642; }
a { background-color: rgb(207,54,66); }
div.DivClassName
{
background-color: #CF3642;
}
.BgClassName
{
background-color: #CF3642;
}
</style>
border-color css
<style>
span { border-color: #CF3642; }
span { border-color: rgb(207,54,66); }
td.TdClassName
{
border-color: #CF3642;
}
.TagClassName
{
border-color: #CF3642;
}
</style>