Shades of Radical Red #FF4344
Tints of Radical Red #FF4344
RGB
CMYK
RGB Variations
Color information
#FF4344 (or 0xFF4344) is known color: Radical Red. HEX triplet: FF, 43 and 44. RGB value is (255,67,68). Sum of RGB (Red+Green+Blue) = 255+67+68=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4344 is #00BCBB. Grayscale: #7B7B7B. Windows color (decimal): -48316 or 4473855. OLE color: 4473855.
HSL color Cylindrical-coordinate representation of color #FF4344: hue angle of 359.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4344 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 68 | - |
| CMYK | 0 | 0.74 | 0.73 | 0 |
| HSL | 359.68º | 1% | 0.63% | - |
| HSV(B) | 359.68º | 0.74% | 1% | - |
| XYZ | 44.29 | 25.69 | 8.09 | - |
| YUV | 123.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 68 | 0 | 0.74 | 0.73 | 0 | 359.68 | 1 | 0.63 |
| Hex | FF | 43 | 44 | 0 | 4A | 49 | 0 | 168 | 64 | 3F |
| Octal | 377 | 103 | 104 | 0 | 112 | 111 | 0 | 550 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1000100 | 0 | 1001010 | 1001001 | 0 | 101101000 | 1100100 | 111111 |
Color Harmonies of #FF4344
Complementary color
Monochromatic Colors of #FF4344
Black with #FF4344
Text Example
Text Example
White with #FF4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4344; }
p { color: rgb(255,67,68); }
H1.HeaderClassName
{
color: #FF4344;
}
.AnyTagClassName
{
color: #FF4344;
}
</style>
background-color css
<style>
a { background-color: #FF4344; }
a { background-color: rgb(255,67,68); }
div.DivClassName
{
background-color: #FF4344;
}
.BgClassName
{
background-color: #FF4344;
}
</style>
border-color css
<style>
span { border-color: #FF4344; }
span { border-color: rgb(255,67,68); }
td.TdClassName
{
border-color: #FF4344;
}
.TagClassName
{
border-color: #FF4344;
}
</style>