#FF3321

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

Shades of Red Orange #FF3321

Tints of Red Orange #FF3321

Color information

#FF3321 (or 0xFF3321) is unknown color: approx Red Orange. HEX triplet: FF, 33 and 21. RGB value is (255,51,33). Sum of RGB (Red+Green+Blue) = 255+51+33=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3321 is #00CCDE. Grayscale: #6E6E6E. Windows color (decimal): -52447 or 2175999. OLE color: 2175999.

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

Color convert

RGB2555133-
CMYK00.80.870
HSL4.86º100%56.47%-
HSV(B)4.86º87.06%100%-
XYZ42.723.743.77-
YUV109.9484.59231.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.22%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=75.22%
G=15.04%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255513300.80.8704.8610056.47
HexFF332105057056438
Octal377634101201270514470
Binary1111111111001110000101010000101011101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3321; }

 p { color: rgb(255,51,33); }

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

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

 a { background-color: rgb(255,51,33); }

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

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

 span { border-color: rgb(255,51,33); }

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