#FF3346

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

Shades of Radical Red #FF3346

Tints of Radical Red #FF3346

Color information

#FF3346 (or 0xFF3346) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 46. RGB value is (255,51,70). Sum of RGB (Red+Green+Blue) = 255+51+70=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3346 is #00CCB9. Grayscale: #727272. Windows color (decimal): -52410 or 4600831. OLE color: 4600831.

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

Color convert

RGB2555170-
CMYK00.80.730
HSL354.41º100%60%-
HSV(B)354.41º80%100%-
XYZ43.5324.078.15-
YUV114.16103.09228.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.82%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=67.82%
G=13.56%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255517000.80.730354.4110060
HexFF3346050490162643c
Octal377631060120111054214474
Binary11111111110011100011001010000100100101011000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3346; }

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

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

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

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

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

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

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

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