Shades of Coral Red #F33C3C
Tints of Coral Red #F33C3C
RGB
CMYK
RGB Variations
Color information
#F33C3C (or 0xF33C3C) is known color: Coral Red. HEX triplet: F3, 3C and 3C. RGB value is (243,60,60). Sum of RGB (Red+Green+Blue) = 243+60+60=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C3C is #0CC3C3. Grayscale: #727272. Windows color (decimal): -836548 or 3947763. OLE color: 3947763.
HSL color Cylindrical-coordinate representation of color #F33C3C: hue angle of 0º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C3C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 60 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.05 |
| HSL | 0º | 0.88% | 0.59% | - |
| HSV(B) | 0º | 0.75% | 0.95% | - |
| XYZ | 39.39 | 22.61 | 6.56 | - |
| YUV | 114.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 60 | 0 | 0.75 | 0.75 | 0.05 | 0 | 0.88 | 0.59 |
| Hex | F3 | 3C | 3C | 0 | 4B | 4B | 5 | 0 | 58 | 3B |
| Octal | 363 | 74 | 74 | 0 | 113 | 113 | 5 | 0 | 130 | 73 |
| Binary | 11110011 | 111100 | 111100 | 0 | 1001011 | 1001011 | 101 | 0 | 1011000 | 111011 |
Color Harmonies of #F33C3C
Complementary color
Monochromatic Colors of #F33C3C
Black with #F33C3C
Text Example
Text Example
White with #F33C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C3C; }
p { color: rgb(243,60,60); }
H1.HeaderClassName
{
color: #F33C3C;
}
.AnyTagClassName
{
color: #F33C3C;
}
</style>
background-color css
<style>
a { background-color: #F33C3C; }
a { background-color: rgb(243,60,60); }
div.DivClassName
{
background-color: #F33C3C;
}
.BgClassName
{
background-color: #F33C3C;
}
</style>
border-color css
<style>
span { border-color: #F33C3C; }
span { border-color: rgb(243,60,60); }
td.TdClassName
{
border-color: #F33C3C;
}
.TagClassName
{
border-color: #F33C3C;
}
</style>