Shades of Siren #6E253A
Tints of Siren #6E253A
RGB
CMYK
RGB Variations
Color information
#6E253A (or 0x6E253A) is known color: Siren. HEX triplet: 6E, 25 and 3A. RGB value is (110,37,58). Sum of RGB (Red+Green+Blue) = 110+37+58=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E253A is #91DAC5. Grayscale: #3D3D3D. Windows color (decimal): -9558726 or 3810670. OLE color: 3810670.
HSL color Cylindrical-coordinate representation of color #6E253A: hue angle of 342.74º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E253A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 58 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.57 |
| HSL | 342.74º | 0.5% | 0.29% | - |
| HSV(B) | 342.74º | 0.66% | 0.43% | - |
| XYZ | 7.86 | 4.94 | 4.54 | - |
| YUV | 61.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 58 | 0 | 0.66 | 0.47 | 0.57 | 342.74 | 0.5 | 0.29 |
| Hex | 6E | 25 | 3A | 0 | 42 | 2F | 39 | 157 | 32 | 1D |
| Octal | 156 | 45 | 72 | 0 | 102 | 57 | 71 | 527 | 62 | 35 |
| Binary | 1101110 | 100101 | 111010 | 0 | 1000010 | 101111 | 111001 | 101010111 | 110010 | 11101 |
Color Harmonies of #6E253A
Complementary color
Monochromatic Colors of #6E253A
Black with #6E253A
Text Example
Text Example
White with #6E253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E253A; }
p { color: rgb(110,37,58); }
H1.HeaderClassName
{
color: #6E253A;
}
.AnyTagClassName
{
color: #6E253A;
}
</style>
background-color css
<style>
a { background-color: #6E253A; }
a { background-color: rgb(110,37,58); }
div.DivClassName
{
background-color: #6E253A;
}
.BgClassName
{
background-color: #6E253A;
}
</style>
border-color css
<style>
span { border-color: #6E253A; }
span { border-color: rgb(110,37,58); }
td.TdClassName
{
border-color: #6E253A;
}
.TagClassName
{
border-color: #6E253A;
}
</style>