#F33930

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

Shades of Red Orange #F33930

Tints of Red Orange #F33930

Color information

#F33930 (or 0xF33930) is unknown color: approx Red Orange. HEX triplet: F3, 39 and 30. RGB value is (243,57,48). Sum of RGB (Red+Green+Blue) = 243+57+48=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F33930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33930 is #0CC6CF. Grayscale: #6F6F6F. Windows color (decimal): -837328 or 3160563. OLE color: 3160563.

HSL color Cylindrical-coordinate representation of color #F33930: hue angle of 2.77º degrees, saturation: 0.89, 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 #F33930 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2435748-
CMYK00.770.800.05
HSL2.77º89.04%57.06%-
HSV(B)2.77º80.25%95.29%-
XYZ38.9622.195.03-
YUV111.5992.12221.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.83%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=69.83%
G=16.38%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243574800.770.800.052.7789.0457.06
HexF3393004D50535939
Octal363716001151205313171
Binary11110011111001110000010011011010000101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33930; }

 p { color: rgb(243,57,48); }

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

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

 a { background-color: rgb(243,57,48); }

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

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

 span { border-color: rgb(243,57,48); }

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