#F83536

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

Shades of Alizarin #F83536

Tints of Alizarin #F83536

Color information

#F83536 (or 0xF83536) is unknown color: approx Alizarin. HEX triplet: F8, 35 and 36. RGB value is (248,53,54). Sum of RGB (Red+Green+Blue) = 248+53+54=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F83536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83536 is #07CAC9. Grayscale: #6F6F6F. Windows color (decimal): -510666 or 3552760. OLE color: 3552760.

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

Color convert

RGB2485354-
CMYK00.790.780.03
HSL359.69º93.3%59.02%-
HSV(B)359.69º78.63%97.25%-
XYZ40.6522.775.74-
YUV111.4295.6225.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 69.86%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=69.86%
G=14.93%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248535400.790.780.03359.6993.359.02
HexF8353604F4E31685d3b
Octal37065660117116355013573
Binary11111000110101110110010011111001110111011010001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83536; }

 p { color: rgb(248,53,54); }

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

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

 a { background-color: rgb(248,53,54); }

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

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

 span { border-color: rgb(248,53,54); }

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