#F0352E

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

Shades of Red Orange #F0352E

Tints of Red Orange #F0352E

Color information

#F0352E (or 0xF0352E) is unknown color: approx Red Orange. HEX triplet: F0, 35 and 2E. RGB value is (240,53,46). Sum of RGB (Red+Green+Blue) = 240+53+46=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0352E is #0FCAD1. Grayscale: #6C6C6C. Windows color (decimal): -1034962 or 3028464. OLE color: 3028464.

HSL color Cylindrical-coordinate representation of color #F0352E: hue angle of 2.16º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0352E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB2405346-
CMYK00.780.810.06
HSL2.16º86.61%56.08%-
HSV(B)2.16º80.83%94.12%-
XYZ37.721.274.7-
YUV108.1192.95222.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.80%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=70.80%
G=15.63%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240534600.780.810.062.1686.6156.08
HexF0352E04E51625738
Octal360655601161216212770
Binary11110000110101101110010011101010001110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0352E; }

 p { color: rgb(240,53,46); }

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

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

 a { background-color: rgb(240,53,46); }

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

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

 span { border-color: rgb(240,53,46); }

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