#FF3352

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

Shades of Radical Red #FF3352

Tints of Radical Red #FF3352

Color information

#FF3352 (or 0xFF3352) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 52. RGB value is (255,51,82). Sum of RGB (Red+Green+Blue) = 255+51+82=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3352 is #00CCAD. Grayscale: #737373. Windows color (decimal): -52398 or 5387263. OLE color: 5387263.

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

Color convert

RGB2555182-
CMYK00.80.680
HSL350.88º100%60%-
HSV(B)350.88º80%100%-
XYZ43.9524.2410.34-
YUV115.53109.09227.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.72%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=65.72%
G=13.14%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255518200.80.680350.8810060
HexFF335205044015f643c
Octal377631220120104053714474
Binary11111111110011101001001010000100010001010111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3352; }

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

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

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

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

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

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

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

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