Shades of Brick Red #CC253D
Tints of Brick Red #CC253D
RGB
CMYK
RGB Variations
Color information
#CC253D (or 0xCC253D) is known color: Brick Red. HEX triplet: CC, 25 and 3D. RGB value is (204,37,61). Sum of RGB (Red+Green+Blue) = 204+37+61=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253D is #33DAC2. Grayscale: #595959. Windows color (decimal): -3398339 or 4007372. OLE color: 4007372.
HSL color Cylindrical-coordinate representation of color #CC253D: hue angle of 351.38º 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 #CC253D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.2 |
| HSL | 351.38º | 0.69% | 0.47% | - |
| HSV(B) | 351.38º | 0.82% | 0.8% | - |
| XYZ | 26.41 | 14.5 | 5.82 | - |
| YUV | 89.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 61 | 0 | 0.82 | 0.70 | 0.2 | 351.38 | 0.69 | 0.47 |
| Hex | CC | 25 | 3D | 0 | 52 | 46 | 14 | 15F | 45 | 2F |
| Octal | 314 | 45 | 75 | 0 | 122 | 106 | 24 | 537 | 105 | 57 |
| Binary | 11001100 | 100101 | 111101 | 0 | 1010010 | 1000110 | 10100 | 101011111 | 1000101 | 101111 |
Color Harmonies of #CC253D
Complementary color
Monochromatic Colors of #CC253D
Black with #CC253D
Text Example
Text Example
White with #CC253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC253D; }
p { color: rgb(204,37,61); }
H1.HeaderClassName
{
color: #CC253D;
}
.AnyTagClassName
{
color: #CC253D;
}
</style>
background-color css
<style>
a { background-color: #CC253D; }
a { background-color: rgb(204,37,61); }
div.DivClassName
{
background-color: #CC253D;
}
.BgClassName
{
background-color: #CC253D;
}
</style>
border-color css
<style>
span { border-color: #CC253D; }
span { border-color: rgb(204,37,61); }
td.TdClassName
{
border-color: #CC253D;
}
.TagClassName
{
border-color: #CC253D;
}
</style>