Shades of Coral Red #F33D3D
Tints of Coral Red #F33D3D
RGB
CMYK
RGB Variations
Color information
#F33D3D (or 0xF33D3D) is known color: Coral Red. HEX triplet: F3, 3D and 3D. RGB value is (243,61,61). Sum of RGB (Red+Green+Blue) = 243+61+61=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D3D is #0CC2C2. Grayscale: #737373. Windows color (decimal): -836291 or 4013555. OLE color: 4013555.
HSL color Cylindrical-coordinate representation of color #F33D3D: hue angle of 0º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D3D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 61 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.05 |
| HSL | 0º | 0.88% | 0.6% | - |
| HSV(B) | 0º | 0.75% | 0.95% | - |
| XYZ | 39.47 | 22.73 | 6.72 | - |
| YUV | 115.42 | 97.3 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 61 | 0 | 0.75 | 0.75 | 0.05 | 0 | 0.88 | 0.6 |
| Hex | F3 | 3D | 3D | 0 | 4B | 4B | 5 | 0 | 58 | 3C |
| Octal | 363 | 75 | 75 | 0 | 113 | 113 | 5 | 0 | 130 | 74 |
| Binary | 11110011 | 111101 | 111101 | 0 | 1001011 | 1001011 | 101 | 0 | 1011000 | 111100 |
Color Harmonies of #F33D3D
Complementary color
Monochromatic Colors of #F33D3D
Black with #F33D3D
Text Example
Text Example
White with #F33D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D3D; }
p { color: rgb(243,61,61); }
H1.HeaderClassName
{
color: #F33D3D;
}
.AnyTagClassName
{
color: #F33D3D;
}
</style>
background-color css
<style>
a { background-color: #F33D3D; }
a { background-color: rgb(243,61,61); }
div.DivClassName
{
background-color: #F33D3D;
}
.BgClassName
{
background-color: #F33D3D;
}
</style>
border-color css
<style>
span { border-color: #F33D3D; }
span { border-color: rgb(243,61,61); }
td.TdClassName
{
border-color: #F33D3D;
}
.TagClassName
{
border-color: #F33D3D;
}
</style>