Shades of Red Orange #FF3935
Tints of Red Orange #FF3935
RGB
CMYK
RGB Variations
Color information
#FF3935 (or 0xFF3935) is known color: Red Orange. HEX triplet: FF, 39 and 35. RGB value is (255,57,53). Sum of RGB (Red+Green+Blue) = 255+57+53=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3935 is #00C6CA. Grayscale: #737373. Windows color (decimal): -50891 or 3488255. OLE color: 3488255.
HSL color Cylindrical-coordinate representation of color #FF3935: hue angle of 1.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3935 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 53 | - |
| CMYK | 0 | 0.78 | 0.79 | 0 |
| HSL | 1.19º | 1% | 0.6% | - |
| HSV(B) | 1.19º | 0.79% | 1% | - |
| XYZ | 43.35 | 24.44 | 5.8 | - |
| YUV | 115.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 53 | 0 | 0.78 | 0.79 | 0 | 1.19 | 1 | 0.6 |
| Hex | FF | 39 | 35 | 0 | 4E | 4F | 0 | 1 | 64 | 3C |
| Octal | 377 | 71 | 65 | 0 | 116 | 117 | 0 | 1 | 144 | 74 |
| Binary | 11111111 | 111001 | 110101 | 0 | 1001110 | 1001111 | 0 | 1 | 1100100 | 111100 |
Color Harmonies of #FF3935
Complementary color
Monochromatic Colors of #FF3935
Black with #FF3935
Text Example
Text Example
White with #FF3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3935; }
p { color: rgb(255,57,53); }
H1.HeaderClassName
{
color: #FF3935;
}
.AnyTagClassName
{
color: #FF3935;
}
</style>
background-color css
<style>
a { background-color: #FF3935; }
a { background-color: rgb(255,57,53); }
div.DivClassName
{
background-color: #FF3935;
}
.BgClassName
{
background-color: #FF3935;
}
</style>
border-color css
<style>
span { border-color: #FF3935; }
span { border-color: rgb(255,57,53); }
td.TdClassName
{
border-color: #FF3935;
}
.TagClassName
{
border-color: #FF3935;
}
</style>