#F03534

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

Shades of Red Orange #F03534

Tints of Red Orange #F03534

Color information

#F03534 (or 0xF03534) is unknown color: approx Red Orange. HEX triplet: F0, 35 and 34. RGB value is (240,53,52). Sum of RGB (Red+Green+Blue) = 240+53+52=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F03534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03534 is #0FCACB. Grayscale: #6C6C6C. Windows color (decimal): -1034956 or 3421680. OLE color: 3421680.

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

Color convert

RGB2405352-
CMYK00.780.780.06
HSL0.32º86.24%57.25%-
HSV(B)0.32º78.33%94.12%-
XYZ37.8321.325.37-
YUV108.895.95221.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.57%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=69.57%
G=15.36%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240535200.780.780.060.3286.2457.25
HexF0353404E4E605639
Octal360656401161166012671
Binary1111000011010111010001001110100111011001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03534; }

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

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

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

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

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

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

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

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