#F33327

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

Shades of Red Orange #F33327

Tints of Red Orange #F33327

Color information

#F33327 (or 0xF33327) is unknown color: approx Red Orange. HEX triplet: F3, 33 and 27. RGB value is (243,51,39). Sum of RGB (Red+Green+Blue) = 243+51+39=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F33327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33327 is #0CCCD8. Grayscale: #6B6B6B. Windows color (decimal): -838873 or 2569203. OLE color: 2569203.

HSL color Cylindrical-coordinate representation of color #F33327: hue angle of 3.53º 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 #F33327 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB2435139-
CMYK00.790.840.05
HSL3.53º89.47%55.29%-
HSV(B)3.53º83.95%95.29%-
XYZ38.5121.574.05-
YUV107.0489.61224.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 72.97%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 39 (15.62% from 255) = 11.71%
R=72.97%
G=15.32%
B=11.71%

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
Decimal243513900.790.840.053.5389.4755.29
HexF3332704F54545937
Octal363634701171245413167
Binary111100111100111001110100111110101001011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33327; }

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

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

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

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

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

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

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

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