Shades of Brick Red #CF263E
Tints of Brick Red #CF263E
RGB
CMYK
RGB Variations
Color information
#CF263E (or 0xCF263E) is known color: Brick Red. HEX triplet: CF, 26 and 3E. RGB value is (207,38,62). Sum of RGB (Red+Green+Blue) = 207+38+62=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263E is #30D9C1. Grayscale: #5B5B5B. Windows color (decimal): -3201474 or 4073167. OLE color: 4073167.
HSL color Cylindrical-coordinate representation of color #CF263E: hue angle of 351.48º degrees, saturation: 0.69, 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 #CF263E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 62 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.19 |
| HSL | 351.48º | 0.69% | 0.48% | - |
| HSV(B) | 351.48º | 0.82% | 0.81% | - |
| XYZ | 27.29 | 15 | 6.01 | - |
| YUV | 91.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 62 | 0 | 0.82 | 0.70 | 0.19 | 351.48 | 0.69 | 0.48 |
| Hex | CF | 26 | 3E | 0 | 52 | 46 | 13 | 15F | 45 | 30 |
| Octal | 317 | 46 | 76 | 0 | 122 | 106 | 23 | 537 | 105 | 60 |
| Binary | 11001111 | 100110 | 111110 | 0 | 1010010 | 1000110 | 10011 | 101011111 | 1000101 | 110000 |
Color Harmonies of #CF263E
Complementary color
Monochromatic Colors of #CF263E
Black with #CF263E
Text Example
Text Example
White with #CF263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF263E; }
p { color: rgb(207,38,62); }
H1.HeaderClassName
{
color: #CF263E;
}
.AnyTagClassName
{
color: #CF263E;
}
</style>
background-color css
<style>
a { background-color: #CF263E; }
a { background-color: rgb(207,38,62); }
div.DivClassName
{
background-color: #CF263E;
}
.BgClassName
{
background-color: #CF263E;
}
</style>
border-color css
<style>
span { border-color: #CF263E; }
span { border-color: rgb(207,38,62); }
td.TdClassName
{
border-color: #CF263E;
}
.TagClassName
{
border-color: #CF263E;
}
</style>