Shades of Brick Red #CF283D
Tints of Brick Red #CF283D
RGB
CMYK
RGB Variations
Color information
#CF283D (or 0xCF283D) is known color: Brick Red. HEX triplet: CF, 28 and 3D. RGB value is (207,40,61). Sum of RGB (Red+Green+Blue) = 207+40+61=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF283D is #30D7C2. Grayscale: #5C5C5C. Windows color (decimal): -3200963 or 4008143. OLE color: 4008143.
HSL color Cylindrical-coordinate representation of color #CF283D: hue angle of 352.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF283D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 61 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.19 |
| HSL | 352.46º | 0.68% | 0.48% | - |
| HSV(B) | 352.46º | 0.81% | 0.81% | - |
| XYZ | 27.33 | 15.12 | 5.89 | - |
| YUV | 92.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 61 | 0 | 0.81 | 0.71 | 0.19 | 352.46 | 0.68 | 0.48 |
| Hex | CF | 28 | 3D | 0 | 51 | 47 | 13 | 160 | 44 | 30 |
| Octal | 317 | 50 | 75 | 0 | 121 | 107 | 23 | 540 | 104 | 60 |
| Binary | 11001111 | 101000 | 111101 | 0 | 1010001 | 1000111 | 10011 | 101100000 | 1000100 | 110000 |
Color Harmonies of #CF283D
Complementary color
Monochromatic Colors of #CF283D
Black with #CF283D
Text Example
Text Example
White with #CF283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF283D; }
p { color: rgb(207,40,61); }
H1.HeaderClassName
{
color: #CF283D;
}
.AnyTagClassName
{
color: #CF283D;
}
</style>
background-color css
<style>
a { background-color: #CF283D; }
a { background-color: rgb(207,40,61); }
div.DivClassName
{
background-color: #CF283D;
}
.BgClassName
{
background-color: #CF283D;
}
</style>
border-color css
<style>
span { border-color: #CF283D; }
span { border-color: rgb(207,40,61); }
td.TdClassName
{
border-color: #CF283D;
}
.TagClassName
{
border-color: #CF283D;
}
</style>