#F33227

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

Shades of Red Orange #F33227

Tints of Red Orange #F33227

Color information

#F33227 (or 0xF33227) is unknown color: approx Red Orange. HEX triplet: F3, 32 and 27. RGB value is (243,50,39). Sum of RGB (Red+Green+Blue) = 243+50+39=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F33227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33227 is #0CCDD8. Grayscale: #6A6A6A. Windows color (decimal): -839129 or 2568947. OLE color: 2568947.

HSL color Cylindrical-coordinate representation of color #F33227: hue angle of 3.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F33227 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB2435039-
CMYK00.790.840.05
HSL3.24º89.47%55.29%-
HSV(B)3.24º83.95%95.29%-
XYZ38.4721.484.04-
YUV106.4589.94225.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 73.19%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=73.19%
G=15.06%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243503900.790.840.053.2489.4755.29
HexF3322704F54535937
Octal363624701171245313167
Binary11110011110010100111010011111010100101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33227; }

 p { color: rgb(243,50,39); }

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

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

 a { background-color: rgb(243,50,39); }

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

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

 span { border-color: rgb(243,50,39); }

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