#FF363A

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

Shades of Alizarin #FF363A

Tints of Alizarin #FF363A

Color information

#FF363A (or 0xFF363A) is unknown color: approx Alizarin. HEX triplet: FF, 36 and 3A. RGB value is (255,54,58). Sum of RGB (Red+Green+Blue) = 255+54+58=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF363A is #00C9C5. Grayscale: #727272. Windows color (decimal): -51654 or 3815167. OLE color: 3815167.

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

Color convert

RGB2555458-
CMYK00.790.770
HSL358.81º100%60.59%-
HSV(B)358.81º78.82%100%-
XYZ43.3224.26.39-
YUV114.5596.09228.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.48%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=69.48%
G=14.71%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255545800.790.770358.8110060.59
HexFF363A04F4D0167643d
Octal37766720117115054714475
Binary1111111111011011101001001111100110101011001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF363A; }

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

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

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

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

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

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

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

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