#FB263A

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

Shades of Alizarin #FB263A

Tints of Alizarin #FB263A

Color information

#FB263A (or 0xFB263A) is unknown color: approx Alizarin. HEX triplet: FB, 26 and 3A. RGB value is (251,38,58). Sum of RGB (Red+Green+Blue) = 251+38+58=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB263A is #04D9C5. Grayscale: #686868. Windows color (decimal): -317894 or 3811067. OLE color: 3811067.

HSL color Cylindrical-coordinate representation of color #FB263A: hue angle of 354.37º 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 #FB263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB2513858-
CMYK00.850.770.02
HSL354.37º96.38%56.67%-
HSV(B)354.37º84.86%98.43%-
XYZ41.2422.26.11-
YUV103.97102.07232.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 72.33%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=72.33%
G=10.95%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251385800.850.770.02354.3796.3856.67
HexFB263A0554D21626039
Octal37346720125115254214071
Binary11111011100110111010010101011001101101011000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB263A; }

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

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

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

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

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

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

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

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