#FF3537

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

Shades of Alizarin #FF3537

Tints of Alizarin #FF3537

Color information

#FF3537 (or 0xFF3537) is unknown color: approx Alizarin. HEX triplet: FF, 35 and 37. RGB value is (255,53,55). Sum of RGB (Red+Green+Blue) = 255+53+55=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3537 is #00CAC8. Grayscale: #717171. Windows color (decimal): -51913 or 3618303. OLE color: 3618303.

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

Color convert

RGB2555355-
CMYK00.790.780
HSL359.41º100%60.39%-
HSV(B)359.41º79.22%100%-
XYZ43.224.085.99-
YUV113.6394.92228.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.25%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=70.25%
G=14.60%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255535500.790.780359.4110060.39
HexFF353704F4E0167643c
Octal37765670117116054714474
Binary1111111111010111011101001111100111001011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3537; }

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

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

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

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

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

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

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

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