Shades of Brick Red #CF253D
Tints of Brick Red #CF253D
RGB
CMYK
RGB Variations
Color information
#CF253D (or 0xCF253D) is known color: Brick Red. HEX triplet: CF, 25 and 3D. RGB value is (207,37,61). Sum of RGB (Red+Green+Blue) = 207+37+61=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF253D is #30DAC2. Grayscale: #5A5A5A. Windows color (decimal): -3201731 or 4007375. OLE color: 4007375.
HSL color Cylindrical-coordinate representation of color #CF253D: hue angle of 351.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF253D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.19 |
| HSL | 351.53º | 0.7% | 0.48% | - |
| HSV(B) | 351.53º | 0.82% | 0.81% | - |
| XYZ | 27.24 | 14.93 | 5.86 | - |
| YUV | 90.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 61 | 0 | 0.82 | 0.71 | 0.19 | 351.53 | 0.7 | 0.48 |
| Hex | CF | 25 | 3D | 0 | 52 | 47 | 13 | 160 | 46 | 30 |
| Octal | 317 | 45 | 75 | 0 | 122 | 107 | 23 | 540 | 106 | 60 |
| Binary | 11001111 | 100101 | 111101 | 0 | 1010010 | 1000111 | 10011 | 101100000 | 1000110 | 110000 |
Color Harmonies of #CF253D
Complementary color
Monochromatic Colors of #CF253D
Black with #CF253D
Text Example
Text Example
White with #CF253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF253D; }
p { color: rgb(207,37,61); }
H1.HeaderClassName
{
color: #CF253D;
}
.AnyTagClassName
{
color: #CF253D;
}
</style>
background-color css
<style>
a { background-color: #CF253D; }
a { background-color: rgb(207,37,61); }
div.DivClassName
{
background-color: #CF253D;
}
.BgClassName
{
background-color: #CF253D;
}
</style>
border-color css
<style>
span { border-color: #CF253D; }
span { border-color: rgb(207,37,61); }
td.TdClassName
{
border-color: #CF253D;
}
.TagClassName
{
border-color: #CF253D;
}
</style>