Shades of Scarlet #F23618
Tints of Scarlet #F23618
RGB
CMYK
RGB Variations
Color information
#F23618 (or 0xF23618) is known color: Scarlet. HEX triplet: F2, 36 and 18. RGB value is (242,54,24). Sum of RGB (Red+Green+Blue) = 242+54+24=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23618 is #0DC9E7. Grayscale: #6B6B6B. Windows color (decimal): -903656 or 1586930. OLE color: 1586930.
HSL color Cylindrical-coordinate representation of color #F23618: hue angle of 8.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23618 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.05 |
| HSL | 8.26º | 0.89% | 0.52% | - |
| HSV(B) | 8.26º | 0.9% | 0.95% | - |
| XYZ | 38.1 | 21.58 | 3.02 | - |
| YUV | 106.79 | 81.28 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 24 | 0 | 0.78 | 0.90 | 0.05 | 8.26 | 0.89 | 0.52 |
| Hex | F2 | 36 | 18 | 0 | 4E | 5A | 5 | 8 | 59 | 34 |
| Octal | 362 | 66 | 30 | 0 | 116 | 132 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110110 | 11000 | 0 | 1001110 | 1011010 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23618
Complementary color
Monochromatic Colors of #F23618
Black with #F23618
Text Example
Text Example
White with #F23618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23618; }
p { color: rgb(242,54,24); }
H1.HeaderClassName
{
color: #F23618;
}
.AnyTagClassName
{
color: #F23618;
}
</style>
background-color css
<style>
a { background-color: #F23618; }
a { background-color: rgb(242,54,24); }
div.DivClassName
{
background-color: #F23618;
}
.BgClassName
{
background-color: #F23618;
}
</style>
border-color css
<style>
span { border-color: #F23618; }
span { border-color: rgb(242,54,24); }
td.TdClassName
{
border-color: #F23618;
}
.TagClassName
{
border-color: #F23618;
}
</style>