#FC3344

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

Shades of Radical Red #FC3344

Tints of Radical Red #FC3344

Color information

#FC3344 (or 0xFC3344) is unknown color: approx Radical Red. HEX triplet: FC, 33 and 44. RGB value is (252,51,68). Sum of RGB (Red+Green+Blue) = 252+51+68=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3344 is #03CCBB. Grayscale: #717171. Windows color (decimal): -249020 or 4469756. OLE color: 4469756.

HSL color Cylindrical-coordinate representation of color #FC3344: hue angle of 354.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3344 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB2525168-
CMYK00.800.730.01
HSL354.93º97.1%59.41%-
HSV(B)354.93º79.76%98.82%-
XYZ42.3723.487.77-
YUV113.04102.59227.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.92%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=67.92%
G=13.75%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252516800.800.730.01354.9397.159.41
HexFC3344050491163613b
Octal374631040120111154314173
Binary11111100110011100010001010000100100111011000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3344; }

 p { color: rgb(252,51,68); }

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

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

 a { background-color: rgb(252,51,68); }

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

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

 span { border-color: rgb(252,51,68); }

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