#FB2638

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

Shades of Alizarin #FB2638

Tints of Alizarin #FB2638

Color information

#FB2638 (or 0xFB2638) is unknown color: approx Alizarin. HEX triplet: FB, 26 and 38. RGB value is (251,38,56). Sum of RGB (Red+Green+Blue) = 251+38+56=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2638 is #04D9C7. Grayscale: #676767. Windows color (decimal): -317896 or 3679995. OLE color: 3679995.

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

Color convert

RGB2513856-
CMYK00.850.780.02
HSL354.93º96.38%56.67%-
HSV(B)354.93º84.86%98.43%-
XYZ41.1922.185.85-
YUV103.74101.07233.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 72.75%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=72.75%
G=11.01%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251385600.850.780.02354.9396.3856.67
HexFB26380554E21636039
Octal37346700125116254314071
Binary11111011100110111000010101011001110101011000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2638; }

 p { color: rgb(251,38,56); }

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

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

 a { background-color: rgb(251,38,56); }

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

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

 span { border-color: rgb(251,38,56); }

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