#FF3539

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

Shades of Alizarin #FF3539

Tints of Alizarin #FF3539

Color information

#FF3539 (or 0xFF3539) is unknown color: approx Alizarin. HEX triplet: FF, 35 and 39. RGB value is (255,53,57). Sum of RGB (Red+Green+Blue) = 255+53+57=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3539 is #00CAC6. Grayscale: #727272. Windows color (decimal): -51911 or 3749375. OLE color: 3749375.

HSL color Cylindrical-coordinate representation of color #FF3539: hue angle of 358.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3539 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB2555357-
CMYK00.790.780
HSL358.81º100%60.39%-
HSV(B)358.81º79.22%100%-
XYZ43.2524.16.24-
YUV113.8595.92228.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.86%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 57 (22.66% from 255) = 15.62%
R=69.86%
G=14.52%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255535700.790.780358.8110060.39
HexFF353904F4E0167643c
Octal37765710117116054714474
Binary1111111111010111100101001111100111001011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3539; }

 p { color: rgb(255,53,57); }

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

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

 a { background-color: rgb(255,53,57); }

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

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

 span { border-color: rgb(255,53,57); }

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