Shades of Burnt Crimson #552125
Tints of Burnt Crimson #552125
RGB
CMYK
RGB Variations
Color information
#552125 (or 0x552125) is known color: Burnt Crimson. HEX triplet: 55, 21 and 25. RGB value is (85,33,37). Sum of RGB (Red+Green+Blue) = 85+33+37=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552125 is #AADEDA. Grayscale: #313131. Windows color (decimal): -11198171 or 2433365. OLE color: 2433365.
HSL color Cylindrical-coordinate representation of color #552125: hue angle of 355.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552125 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 37 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.67 |
| HSL | 355.38º | 0.44% | 0.23% | - |
| HSV(B) | 355.38º | 0.61% | 0.33% | - |
| XYZ | 4.62 | 3.15 | 2.12 | - |
| YUV | 49 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 37 | 0 | 0.61 | 0.56 | 0.67 | 355.38 | 0.44 | 0.23 |
| Hex | 55 | 21 | 25 | 0 | 3D | 38 | 43 | 163 | 2C | 17 |
| Octal | 125 | 41 | 45 | 0 | 75 | 70 | 103 | 543 | 54 | 27 |
| Binary | 1010101 | 100001 | 100101 | 0 | 111101 | 111000 | 1000011 | 101100011 | 101100 | 10111 |
Color Harmonies of #552125
Complementary color
Monochromatic Colors of #552125
Black with #552125
Text Example
Text Example
White with #552125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552125; }
p { color: rgb(85,33,37); }
H1.HeaderClassName
{
color: #552125;
}
.AnyTagClassName
{
color: #552125;
}
</style>
background-color css
<style>
a { background-color: #552125; }
a { background-color: rgb(85,33,37); }
div.DivClassName
{
background-color: #552125;
}
.BgClassName
{
background-color: #552125;
}
</style>
border-color css
<style>
span { border-color: #552125; }
span { border-color: rgb(85,33,37); }
td.TdClassName
{
border-color: #552125;
}
.TagClassName
{
border-color: #552125;
}
</style>