#F83B3D

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

Shades of Alizarin #F83B3D

Tints of Alizarin #F83B3D

Color information

#F83B3D (or 0xF83B3D) is unknown color: approx Alizarin. HEX triplet: F8, 3B and 3D. RGB value is (248,59,61). Sum of RGB (Red+Green+Blue) = 248+59+61=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83B3D is #07C4C2. Grayscale: #737373. Windows color (decimal): -509123 or 4013048. OLE color: 4013048.

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

Color convert

RGB2485961-
CMYK00.760.750.03
HSL359.37º93.1%60.2%-
HSV(B)359.37º76.21%97.25%-
XYZ41.1223.426.77-
YUV115.7497.12222.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.39%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=67.39%
G=16.03%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248596100.760.750.03359.3793.160.2
HexF83B3D04C4B31675d3c
Octal37073750114113354713574
Binary11111000111011111101010011001001011111011001111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83B3D; }

 p { color: rgb(248,59,61); }

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

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

 a { background-color: rgb(248,59,61); }

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

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

 span { border-color: rgb(248,59,61); }

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