#F23131

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

Shades of Red Orange #F23131

Tints of Red Orange #F23131

Color information

#F23131 (or 0xF23131) is unknown color: approx Red Orange. HEX triplet: F2, 31 and 31. RGB value is (242,49,49). Sum of RGB (Red+Green+Blue) = 242+49+49=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F23131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23131 is #0DCECE. Grayscale: #6A6A6A. Windows color (decimal): -904911 or 3224050. OLE color: 3224050.

HSL color Cylindrical-coordinate representation of color #F23131: hue angle of 0º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23131 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2424949-
CMYK00.800.800.05
HSL88.13%57.06%-
HSV(B)79.75%94.9%-
XYZ38.2721.35-
YUV106.7195.44224.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.18%
GREEN value IS 49 (19.53% from 255) = 14.41%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=71.18%
G=14.41%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242494900.800.800.05088.1357.06
HexF2313105050505839
Octal362616101201205013071
Binary1111001011000111000101010000101000010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23131; }

 p { color: rgb(242,49,49); }

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

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

 a { background-color: rgb(242,49,49); }

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

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

 span { border-color: rgb(242,49,49); }

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