Shades of Red Orange #FF302B
Tints of Red Orange #FF302B
RGB
CMYK
RGB Variations
Color information
#FF302B (or 0xFF302B) is known color: Red Orange. HEX triplet: FF, 30 and 2B. RGB value is (255,48,43). Sum of RGB (Red+Green+Blue) = 255+48+43=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF302B is #00CFD4. Grayscale: #6D6D6D. Windows color (decimal): -53205 or 2830591. OLE color: 2830591.
HSL color Cylindrical-coordinate representation of color #FF302B: hue angle of 1.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF302B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 43 | - |
| CMYK | 0 | 0.81 | 0.83 | 0 |
| HSL | 1.42º | 1% | 0.58% | - |
| HSV(B) | 1.42º | 0.83% | 1% | - |
| XYZ | 42.73 | 23.55 | 4.58 | - |
| YUV | 109.32 | 90.58 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 43 | 0 | 0.81 | 0.83 | 0 | 1.42 | 1 | 0.58 |
| Hex | FF | 30 | 2B | 0 | 51 | 53 | 0 | 1 | 64 | 3A |
| Octal | 377 | 60 | 53 | 0 | 121 | 123 | 0 | 1 | 144 | 72 |
| Binary | 11111111 | 110000 | 101011 | 0 | 1010001 | 1010011 | 0 | 1 | 1100100 | 111010 |
Color Harmonies of #FF302B
Complementary color
Monochromatic Colors of #FF302B
Black with #FF302B
Text Example
Text Example
White with #FF302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF302B; }
p { color: rgb(255,48,43); }
H1.HeaderClassName
{
color: #FF302B;
}
.AnyTagClassName
{
color: #FF302B;
}
</style>
background-color css
<style>
a { background-color: #FF302B; }
a { background-color: rgb(255,48,43); }
div.DivClassName
{
background-color: #FF302B;
}
.BgClassName
{
background-color: #FF302B;
}
</style>
border-color css
<style>
span { border-color: #FF302B; }
span { border-color: rgb(255,48,43); }
td.TdClassName
{
border-color: #FF302B;
}
.TagClassName
{
border-color: #FF302B;
}
</style>