Shades of Brick Red #CC253E
Tints of Brick Red #CC253E
RGB
CMYK
RGB Variations
Color information
#CC253E (or 0xCC253E) is known color: Brick Red. HEX triplet: CC, 25 and 3E. RGB value is (204,37,62). Sum of RGB (Red+Green+Blue) = 204+37+62=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253E is #33DAC1. Grayscale: #595959. Windows color (decimal): -3398338 or 4072908. OLE color: 4072908.
HSL color Cylindrical-coordinate representation of color #CC253E: hue angle of 351.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC253E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 62 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.2 |
| HSL | 351.02º | 0.69% | 0.47% | - |
| HSV(B) | 351.02º | 0.82% | 0.8% | - |
| XYZ | 26.43 | 14.51 | 5.96 | - |
| YUV | 89.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 62 | 0 | 0.82 | 0.70 | 0.2 | 351.02 | 0.69 | 0.47 |
| Hex | CC | 25 | 3E | 0 | 52 | 46 | 14 | 15F | 45 | 2F |
| Octal | 314 | 45 | 76 | 0 | 122 | 106 | 24 | 537 | 105 | 57 |
| Binary | 11001100 | 100101 | 111110 | 0 | 1010010 | 1000110 | 10100 | 101011111 | 1000101 | 101111 |
Color Harmonies of #CC253E
Complementary color
Monochromatic Colors of #CC253E
Black with #CC253E
Text Example
Text Example
White with #CC253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC253E; }
p { color: rgb(204,37,62); }
H1.HeaderClassName
{
color: #CC253E;
}
.AnyTagClassName
{
color: #CC253E;
}
</style>
background-color css
<style>
a { background-color: #CC253E; }
a { background-color: rgb(204,37,62); }
div.DivClassName
{
background-color: #CC253E;
}
.BgClassName
{
background-color: #CC253E;
}
</style>
border-color css
<style>
span { border-color: #CC253E; }
span { border-color: rgb(204,37,62); }
td.TdClassName
{
border-color: #CC253E;
}
.TagClassName
{
border-color: #CC253E;
}
</style>