#F53D2C

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

Shades of Red Orange #F53D2C

Tints of Red Orange #F53D2C

Color information

#F53D2C (or 0xF53D2C) is unknown color: approx Red Orange. HEX triplet: F5, 3D and 2C. RGB value is (245,61,44). Sum of RGB (Red+Green+Blue) = 245+61+44=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D2C is #0AC2D3. Grayscale: #727272. Windows color (decimal): -705236 or 2899445. OLE color: 2899445.

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

Color convert

RGB2456144-
CMYK00.750.820.04
HSL5.07º90.95%56.67%-
HSV(B)5.07º82.04%96.08%-
XYZ39.7822.934.71-
YUV114.0888.46221.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 70%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=70%
G=17.43%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245614400.750.820.045.0790.9556.67
HexF53D2C04B52455b39
Octal365755401131224513371
Binary111101011111011011000100101110100101001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D2C; }

 p { color: rgb(245,61,44); }

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

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

 a { background-color: rgb(245,61,44); }

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

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

 span { border-color: rgb(245,61,44); }

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