Shades of Radical Red #FD4344
Tints of Radical Red #FD4344
RGB
CMYK
RGB Variations
Color information
#FD4344 (or 0xFD4344) is known color: Radical Red. HEX triplet: FD, 43 and 44. RGB value is (253,67,68). Sum of RGB (Red+Green+Blue) = 253+67+68=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4344 is #02BCBB. Grayscale: #7A7A7A. Windows color (decimal): -179388 or 4473853. OLE color: 4473853.
HSL color Cylindrical-coordinate representation of color #FD4344: hue angle of 359.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4344 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 68 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.01 |
| HSL | 359.68º | 0.98% | 0.63% | - |
| HSV(B) | 359.68º | 0.74% | 0.99% | - |
| XYZ | 43.56 | 25.31 | 8.06 | - |
| YUV | 122.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 68 | 0 | 0.74 | 0.73 | 0.01 | 359.68 | 0.98 | 0.63 |
| Hex | FD | 43 | 44 | 0 | 4A | 49 | 1 | 168 | 62 | 3F |
| Octal | 375 | 103 | 104 | 0 | 112 | 111 | 1 | 550 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1000100 | 0 | 1001010 | 1001001 | 1 | 101101000 | 1100010 | 111111 |
Color Harmonies of #FD4344
Complementary color
Monochromatic Colors of #FD4344
Black with #FD4344
Text Example
Text Example
White with #FD4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4344; }
p { color: rgb(253,67,68); }
H1.HeaderClassName
{
color: #FD4344;
}
.AnyTagClassName
{
color: #FD4344;
}
</style>
background-color css
<style>
a { background-color: #FD4344; }
a { background-color: rgb(253,67,68); }
div.DivClassName
{
background-color: #FD4344;
}
.BgClassName
{
background-color: #FD4344;
}
</style>
border-color css
<style>
span { border-color: #FD4344; }
span { border-color: rgb(253,67,68); }
td.TdClassName
{
border-color: #FD4344;
}
.TagClassName
{
border-color: #FD4344;
}
</style>