Shades of Siren #74243C
Tints of Siren #74243C
RGB
CMYK
RGB Variations
Color information
#74243C (or 0x74243C) is known color: Siren. HEX triplet: 74, 24 and 3C. RGB value is (116,36,60). Sum of RGB (Red+Green+Blue) = 116+36+60=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74243C is #8BDBC3. Grayscale: #3E3E3E. Windows color (decimal): -9165764 or 3941492. OLE color: 3941492.
HSL color Cylindrical-coordinate representation of color #74243C: hue angle of 342º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74243C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 60 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.55 |
| HSL | 342º | 0.53% | 0.3% | - |
| HSV(B) | 342º | 0.69% | 0.45% | - |
| XYZ | 8.65 | 5.3 | 4.84 | - |
| YUV | 62.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 60 | 0 | 0.69 | 0.48 | 0.55 | 342 | 0.53 | 0.3 |
| Hex | 74 | 24 | 3C | 0 | 45 | 30 | 37 | 156 | 35 | 1E |
| Octal | 164 | 44 | 74 | 0 | 105 | 60 | 67 | 526 | 65 | 36 |
| Binary | 1110100 | 100100 | 111100 | 0 | 1000101 | 110000 | 110111 | 101010110 | 110101 | 11110 |
Color Harmonies of #74243C
Complementary color
Monochromatic Colors of #74243C
Black with #74243C
Text Example
Text Example
White with #74243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74243C; }
p { color: rgb(116,36,60); }
H1.HeaderClassName
{
color: #74243C;
}
.AnyTagClassName
{
color: #74243C;
}
</style>
background-color css
<style>
a { background-color: #74243C; }
a { background-color: rgb(116,36,60); }
div.DivClassName
{
background-color: #74243C;
}
.BgClassName
{
background-color: #74243C;
}
</style>
border-color css
<style>
span { border-color: #74243C; }
span { border-color: rgb(116,36,60); }
td.TdClassName
{
border-color: #74243C;
}
.TagClassName
{
border-color: #74243C;
}
</style>