#FF3355

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

Shades of Radical Red #FF3355

Tints of Radical Red #FF3355

Color information

#FF3355 (or 0xFF3355) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 55. RGB value is (255,51,85). Sum of RGB (Red+Green+Blue) = 255+51+85=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3355 is #00CCAA. Grayscale: #737373. Windows color (decimal): -52395 or 5583871. OLE color: 5583871.

HSL color Cylindrical-coordinate representation of color #FF3355: hue angle of 350º 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 #FF3355 is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB2555185-
CMYK00.80.670
HSL350º100%60%-
HSV(B)350º80%100%-
XYZ44.0624.2810.96-
YUV115.87110.59227.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=65.22%
G=13.04%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255518500.80.67035010060
HexFF335505043015e643c
Octal377631250120103053614474
Binary11111111110011101010101010000100001101010111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3355; }

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

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

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

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

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

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

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

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