#FF3332

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

Shades of Red Orange #FF3332

Tints of Red Orange #FF3332

Color information

#FF3332 (or 0xFF3332) is unknown color: approx Red Orange. HEX triplet: FF, 33 and 32. RGB value is (255,51,50). Sum of RGB (Red+Green+Blue) = 255+51+50=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3332 is #00CCCD. Grayscale: #707070. Windows color (decimal): -52430 or 3290111. OLE color: 3290111.

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

Color convert

RGB2555150-
CMYK00.80.800
HSL0.29º100%59.8%-
HSV(B)0.29º80.39%100%-
XYZ4323.865.36-
YUV111.8893.09230.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.63%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=71.63%
G=14.33%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255515000.80.8000.2910059.8
HexFF33320505000643c
Octal377636201201200014474
Binary11111111110011110010010100001010000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3332; }

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

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

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

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

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

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

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

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