#FF3336

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

Shades of Alizarin #FF3336

Tints of Alizarin #FF3336

Color information

#FF3336 (or 0xFF3336) is unknown color: approx Alizarin. HEX triplet: FF, 33 and 36. RGB value is (255,51,54). Sum of RGB (Red+Green+Blue) = 255+51+54=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3336 is #00CCC9. Grayscale: #707070. Windows color (decimal): -52426 or 3552255. OLE color: 3552255.

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

Color convert

RGB2555154-
CMYK00.80.790
HSL359.12º100%60%-
HSV(B)359.12º80%100%-
XYZ43.0923.895.83-
YUV112.3495.09229.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.83%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 54 (21.48% from 255) = 15%
R=70.83%
G=14.17%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255515400.80.790359.1210060
HexFF33360504F0167643c
Octal37763660120117054714474
Binary1111111111001111011001010000100111101011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3336; }

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

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

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

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

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

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

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

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