Shades of Brick Red #CF263F
Tints of Brick Red #CF263F
RGB
CMYK
RGB Variations
Color information
#CF263F (or 0xCF263F) is known color: Brick Red. HEX triplet: CF, 26 and 3F. RGB value is (207,38,63). Sum of RGB (Red+Green+Blue) = 207+38+63=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263F is #30D9C0. Grayscale: #5B5B5B. Windows color (decimal): -3201473 or 4138703. OLE color: 4138703.
HSL color Cylindrical-coordinate representation of color #CF263F: hue angle of 351.12º 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 #CF263F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.19 |
| HSL | 351.12º | 0.69% | 0.48% | - |
| HSV(B) | 351.12º | 0.82% | 0.81% | - |
| XYZ | 27.32 | 15.01 | 6.16 | - |
| YUV | 91.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 63 | 0 | 0.82 | 0.70 | 0.19 | 351.12 | 0.69 | 0.48 |
| Hex | CF | 26 | 3F | 0 | 52 | 46 | 13 | 15F | 45 | 30 |
| Octal | 317 | 46 | 77 | 0 | 122 | 106 | 23 | 537 | 105 | 60 |
| Binary | 11001111 | 100110 | 111111 | 0 | 1010010 | 1000110 | 10011 | 101011111 | 1000101 | 110000 |
Color Harmonies of #CF263F
Complementary color
Monochromatic Colors of #CF263F
Black with #CF263F
Text Example
Text Example
White with #CF263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF263F; }
p { color: rgb(207,38,63); }
H1.HeaderClassName
{
color: #CF263F;
}
.AnyTagClassName
{
color: #CF263F;
}
</style>
background-color css
<style>
a { background-color: #CF263F; }
a { background-color: rgb(207,38,63); }
div.DivClassName
{
background-color: #CF263F;
}
.BgClassName
{
background-color: #CF263F;
}
</style>
border-color css
<style>
span { border-color: #CF263F; }
span { border-color: rgb(207,38,63); }
td.TdClassName
{
border-color: #CF263F;
}
.TagClassName
{
border-color: #CF263F;
}
</style>