Shades of Burnt Crimson #602425
Tints of Burnt Crimson #602425
RGB
CMYK
RGB Variations
Color information
#602425 (or 0x602425) is known color: Burnt Crimson. HEX triplet: 60, 24 and 25. RGB value is (96,36,37). Sum of RGB (Red+Green+Blue) = 96+36+37=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602425 is #9FDBDA. Grayscale: #363636. Windows color (decimal): -10476507 or 2434144. OLE color: 2434144.
HSL color Cylindrical-coordinate representation of color #602425: hue angle of 359º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602425 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 37 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.62 |
| HSL | 359º | 0.45% | 0.26% | - |
| HSV(B) | 359º | 0.63% | 0.38% | - |
| XYZ | 5.79 | 3.88 | 2.19 | - |
| YUV | 54.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 37 | 0 | 0.62 | 0.61 | 0.62 | 359 | 0.45 | 0.26 |
| Hex | 60 | 24 | 25 | 0 | 3E | 3D | 3E | 167 | 2D | 1A |
| Octal | 140 | 44 | 45 | 0 | 76 | 75 | 76 | 547 | 55 | 32 |
| Binary | 1100000 | 100100 | 100101 | 0 | 111110 | 111101 | 111110 | 101100111 | 101101 | 11010 |
Color Harmonies of #602425
Complementary color
Monochromatic Colors of #602425
Black with #602425
Text Example
Text Example
White with #602425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602425; }
p { color: rgb(96,36,37); }
H1.HeaderClassName
{
color: #602425;
}
.AnyTagClassName
{
color: #602425;
}
</style>
background-color css
<style>
a { background-color: #602425; }
a { background-color: rgb(96,36,37); }
div.DivClassName
{
background-color: #602425;
}
.BgClassName
{
background-color: #602425;
}
</style>
border-color css
<style>
span { border-color: #602425; }
span { border-color: rgb(96,36,37); }
td.TdClassName
{
border-color: #602425;
}
.TagClassName
{
border-color: #602425;
}
</style>