Shades of Burnt Crimson #582025
Tints of Burnt Crimson #582025
RGB
CMYK
RGB Variations
Color information
#582025 (or 0x582025) is known color: Burnt Crimson. HEX triplet: 58, 20 and 25. RGB value is (88,32,37). Sum of RGB (Red+Green+Blue) = 88+32+37=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582025 is #A7DFDA. Grayscale: #313131. Windows color (decimal): -11001819 or 2433112. OLE color: 2433112.
HSL color Cylindrical-coordinate representation of color #582025: hue angle of 354.64º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582025 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 37 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.65 |
| HSL | 354.64º | 0.47% | 0.24% | - |
| HSV(B) | 354.64º | 0.64% | 0.35% | - |
| XYZ | 4.87 | 3.24 | 2.12 | - |
| YUV | 49.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 37 | 0 | 0.64 | 0.58 | 0.65 | 354.64 | 0.47 | 0.24 |
| Hex | 58 | 20 | 25 | 0 | 40 | 3A | 41 | 163 | 2F | 18 |
| Octal | 130 | 40 | 45 | 0 | 100 | 72 | 101 | 543 | 57 | 30 |
| Binary | 1011000 | 100000 | 100101 | 0 | 1000000 | 111010 | 1000001 | 101100011 | 101111 | 11000 |
Color Harmonies of #582025
Complementary color
Monochromatic Colors of #582025
Black with #582025
Text Example
Text Example
White with #582025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582025; }
p { color: rgb(88,32,37); }
H1.HeaderClassName
{
color: #582025;
}
.AnyTagClassName
{
color: #582025;
}
</style>
background-color css
<style>
a { background-color: #582025; }
a { background-color: rgb(88,32,37); }
div.DivClassName
{
background-color: #582025;
}
.BgClassName
{
background-color: #582025;
}
</style>
border-color css
<style>
span { border-color: #582025; }
span { border-color: rgb(88,32,37); }
td.TdClassName
{
border-color: #582025;
}
.TagClassName
{
border-color: #582025;
}
</style>