Shades of Scarlet #FF230C
Tints of Scarlet #FF230C
RGB
CMYK
RGB Variations
Color information
#FF230C (or 0xFF230C) is known color: Scarlet. HEX triplet: FF, 23 and 0C. RGB value is (255,35,12). Sum of RGB (Red+Green+Blue) = 255+35+12=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF230C is #00DCF3. Grayscale: #626262. Windows color (decimal): -56564 or 795647. OLE color: 795647.
HSL color Cylindrical-coordinate representation of color #FF230C: hue angle of 5.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF230C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0 |
| HSL | 5.68º | 1% | 0.52% | - |
| HSV(B) | 5.68º | 0.95% | 1% | - |
| XYZ | 41.91 | 22.49 | 2.48 | - |
| YUV | 98.16 | 79.39 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 12 | 0 | 0.86 | 0.95 | 0 | 5.68 | 1 | 0.52 |
| Hex | FF | 23 | C | 0 | 56 | 5F | 0 | 6 | 64 | 34 |
| Octal | 377 | 43 | 14 | 0 | 126 | 137 | 0 | 6 | 144 | 64 |
| Binary | 11111111 | 100011 | 1100 | 0 | 1010110 | 1011111 | 0 | 110 | 1100100 | 110100 |
Color Harmonies of #FF230C
Complementary color
Monochromatic Colors of #FF230C
Black with #FF230C
Text Example
Text Example
White with #FF230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF230C; }
p { color: rgb(255,35,12); }
H1.HeaderClassName
{
color: #FF230C;
}
.AnyTagClassName
{
color: #FF230C;
}
</style>
background-color css
<style>
a { background-color: #FF230C; }
a { background-color: rgb(255,35,12); }
div.DivClassName
{
background-color: #FF230C;
}
.BgClassName
{
background-color: #FF230C;
}
</style>
border-color css
<style>
span { border-color: #FF230C; }
span { border-color: rgb(255,35,12); }
td.TdClassName
{
border-color: #FF230C;
}
.TagClassName
{
border-color: #FF230C;
}
</style>