#FB2428

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

Shades of Alizarin #FB2428

Tints of Alizarin #FB2428

Color information

#FB2428 (or 0xFB2428) is unknown color: approx Alizarin. HEX triplet: FB, 24 and 28. RGB value is (251,36,40). Sum of RGB (Red+Green+Blue) = 251+36+40=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2428 is #04DBD7. Grayscale: #646464. Windows color (decimal): -318424 or 2630907. OLE color: 2630907.

HSL color Cylindrical-coordinate representation of color #FB2428: hue angle of 358.88º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2428 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB2513640-
CMYK00.860.840.02
HSL358.88º96.41%56.27%-
HSV(B)358.88º85.66%98.43%-
XYZ40.821.924.09-
YUV100.7493.73235.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.76%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 40 (16.02% from 255) = 12.23%
R=76.76%
G=11.01%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251364000.860.840.02358.8896.4156.27
HexFB24280565421676038
Octal37344500126124254714070
Binary11111011100100101000010101101010100101011001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2428; }

 p { color: rgb(251,36,40); }

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

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

 a { background-color: rgb(251,36,40); }

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

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

 span { border-color: rgb(251,36,40); }

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