Shades of Brick Red #CF244B
Tints of Brick Red #CF244B
RGB
CMYK
RGB Variations
Color information
#CF244B (or 0xCF244B) is known color: Brick Red. HEX triplet: CF, 24 and 4B. RGB value is (207,36,75). Sum of RGB (Red+Green+Blue) = 207+36+75=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF244B is #30DBB4. Grayscale: #5B5B5B. Windows color (decimal): -3201973 or 4924623. OLE color: 4924623.
HSL color Cylindrical-coordinate representation of color #CF244B: hue angle of 346.32º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF244B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 75 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.19 |
| HSL | 346.32º | 0.7% | 0.48% | - |
| HSV(B) | 346.32º | 0.83% | 0.81% | - |
| XYZ | 27.63 | 15.04 | 8.1 | - |
| YUV | 91.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 75 | 0 | 0.83 | 0.64 | 0.19 | 346.32 | 0.7 | 0.48 |
| Hex | CF | 24 | 4B | 0 | 53 | 40 | 13 | 15A | 46 | 30 |
| Octal | 317 | 44 | 113 | 0 | 123 | 100 | 23 | 532 | 106 | 60 |
| Binary | 11001111 | 100100 | 1001011 | 0 | 1010011 | 1000000 | 10011 | 101011010 | 1000110 | 110000 |
Color Harmonies of #CF244B
Complementary color
Monochromatic Colors of #CF244B
Black with #CF244B
Text Example
Text Example
White with #CF244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF244B; }
p { color: rgb(207,36,75); }
H1.HeaderClassName
{
color: #CF244B;
}
.AnyTagClassName
{
color: #CF244B;
}
</style>
background-color css
<style>
a { background-color: #CF244B; }
a { background-color: rgb(207,36,75); }
div.DivClassName
{
background-color: #CF244B;
}
.BgClassName
{
background-color: #CF244B;
}
</style>
border-color css
<style>
span { border-color: #CF244B; }
span { border-color: rgb(207,36,75); }
td.TdClassName
{
border-color: #CF244B;
}
.TagClassName
{
border-color: #CF244B;
}
</style>