#FF302E

Color #FF302E Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FF302E

Tints of Red Orange #FF302E

Color information

#FF302E (or 0xFF302E) is unknown color: approx Red Orange. HEX triplet: FF, 30 and 2E. RGB value is (255,48,46). Sum of RGB (Red+Green+Blue) = 255+48+46=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF302E is #00CFD1. Grayscale: #6D6D6D. Windows color (decimal): -53202 or 3027199. OLE color: 3027199.

HSL color Cylindrical-coordinate representation of color #FF302E: hue angle of 0.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF302E is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB2554846-
CMYK00.810.820
HSL0.57º100%59.02%-
HSV(B)0.57º81.96%100%-
XYZ42.7923.574.88-
YUV109.6692.08231.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 73.07%
GREEN value IS 48 (19.14% from 255) = 13.75%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=73.07%
G=13.75%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255484600.810.8200.5710059.02
HexFF302E0515201643b
Octal377605601211220114473
Binary11111111110000101110010100011010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF302E; }

 p { color: rgb(255,48,46); }

 H1.HeaderClassName
 {
   color: #FF302E;
 }
 .AnyTagClassName
 {
   color: #FF302E;
 }
</style>
background-color css

<style>
 a { background-color: #FF302E; }

 a { background-color: rgb(255,48,46); }

 div.DivClassName
 {
   background-color: #FF302E;
 }
 .BgClassName
 {
   background-color: #FF302E;
 }
</style>
border-color css

<style>
 span { border-color: #FF302E; }

 span { border-color: rgb(255,48,46); }

 td.TdClassName
 {
   border-color: #FF302E;
 }
 .TagClassName
 {
   border-color: #FF302E;
 }
</style>