Shades of Red Orange #FF302A
Tints of Red Orange #FF302A
RGB
CMYK
RGB Variations
Color information
#FF302A (or 0xFF302A) is known color: Red Orange. HEX triplet: FF, 30 and 2A. RGB value is (255,48,42). Sum of RGB (Red+Green+Blue) = 255+48+42=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF302A is #00CFD5. Grayscale: #6D6D6D. Windows color (decimal): -53206 or 2765055. OLE color: 2765055.
HSL color Cylindrical-coordinate representation of color #FF302A: hue angle of 1.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF302A is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 42 | - |
| CMYK | 0 | 0.81 | 0.84 | 0 |
| HSL | 1.69º | 1% | 0.58% | - |
| HSV(B) | 1.69º | 0.84% | 1% | - |
| XYZ | 42.71 | 23.54 | 4.48 | - |
| YUV | 109.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 42 | 0 | 0.81 | 0.84 | 0 | 1.69 | 1 | 0.58 |
| Hex | FF | 30 | 2A | 0 | 51 | 54 | 0 | 2 | 64 | 3A |
| Octal | 377 | 60 | 52 | 0 | 121 | 124 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 110000 | 101010 | 0 | 1010001 | 1010100 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF302A
Complementary color
Monochromatic Colors of #FF302A
Black with #FF302A
Text Example
Text Example
White with #FF302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF302A; }
p { color: rgb(255,48,42); }
H1.HeaderClassName
{
color: #FF302A;
}
.AnyTagClassName
{
color: #FF302A;
}
</style>
background-color css
<style>
a { background-color: #FF302A; }
a { background-color: rgb(255,48,42); }
div.DivClassName
{
background-color: #FF302A;
}
.BgClassName
{
background-color: #FF302A;
}
</style>
border-color css
<style>
span { border-color: #FF302A; }
span { border-color: rgb(255,48,42); }
td.TdClassName
{
border-color: #FF302A;
}
.TagClassName
{
border-color: #FF302A;
}
</style>