Shades of Orange Red #F23D19
Tints of Orange Red #F23D19
RGB
CMYK
RGB Variations
Color information
#F23D19 (or 0xF23D19) is known color: Orange Red. HEX triplet: F2, 3D and 19. RGB value is (242,61,25). Sum of RGB (Red+Green+Blue) = 242+61+25=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23D19 is #0DC2E6. Grayscale: #6F6F6F. Windows color (decimal): -901863 or 1654258. OLE color: 1654258.
HSL color Cylindrical-coordinate representation of color #F23D19: hue angle of 9.95º 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 #F23D19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 25 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.05 |
| HSL | 9.95º | 0.89% | 0.52% | - |
| HSV(B) | 9.95º | 0.9% | 0.95% | - |
| XYZ | 38.46 | 22.28 | 3.19 | - |
| YUV | 111.02 | 79.47 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 25 | 0 | 0.75 | 0.90 | 0.05 | 9.95 | 0.89 | 0.52 |
| Hex | F2 | 3D | 19 | 0 | 4B | 5A | 5 | A | 59 | 34 |
| Octal | 362 | 75 | 31 | 0 | 113 | 132 | 5 | 12 | 131 | 64 |
| Binary | 11110010 | 111101 | 11001 | 0 | 1001011 | 1011010 | 101 | 1010 | 1011001 | 110100 |
Color Harmonies of #F23D19
Complementary color
Monochromatic Colors of #F23D19
Black with #F23D19
Text Example
Text Example
White with #F23D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D19; }
p { color: rgb(242,61,25); }
H1.HeaderClassName
{
color: #F23D19;
}
.AnyTagClassName
{
color: #F23D19;
}
</style>
background-color css
<style>
a { background-color: #F23D19; }
a { background-color: rgb(242,61,25); }
div.DivClassName
{
background-color: #F23D19;
}
.BgClassName
{
background-color: #F23D19;
}
</style>
border-color css
<style>
span { border-color: #F23D19; }
span { border-color: rgb(242,61,25); }
td.TdClassName
{
border-color: #F23D19;
}
.TagClassName
{
border-color: #F23D19;
}
</style>