#FF334C

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

Shades of Radical Red #FF334C

Tints of Radical Red #FF334C

Color information

#FF334C (or 0xFF334C) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 4C. RGB value is (255,51,76). Sum of RGB (Red+Green+Blue) = 255+51+76=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF334C is #00CCB3. Grayscale: #727272. Windows color (decimal): -52404 or 4994047. OLE color: 4994047.

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

Color convert

RGB2555176-
CMYK00.80.700
HSL352.65º100%60%-
HSV(B)352.65º80%100%-
XYZ43.7324.159.19-
YUV114.85106.09227.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.75%
GREEN value IS 51 (20.31% from 255) = 13.35%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=66.75%
G=13.35%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255517600.80.700352.6510060
HexFF334C050460161643c
Octal377631140120106054114474
Binary11111111110011100110001010000100011001011000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF334C; }

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

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

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

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

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

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

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

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