Html Css Color HEX #FB2831 Alizarin

📋 copy color: '#FB2831'

red 251 ◦ green 40 ◦ blue 49

#FB2831
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #FB2831

Tints of Alizarin #FB2831

RGB

 RED value IS 251 (98.44% from 255) = 73.82%

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 73.82%
G = 11.76%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB2831 (or 0xFB2831) is known color: Alizarin. HEX triplet: FB, 28 and 31. RGB value is (251,40,49). Sum of RGB (Red+Green+Blue) = 251+40+49=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2831 is #04D7CE. Grayscale: #686868. Windows color (decimal): -317391 or 3221755. OLE color: 3221755.

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

Color convert

RGB 251 40 49 -
CMYK 0 0.84 0.80 0.02
HSL 357.44º 0.96% 0.57% -
HSV(B) 357.44º 0.84% 0.98% -
XYZ 41.1 22.25 5.03 -
YUV 104.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 251 40 49 0 0.84 0.80 0.02 357.44 0.96 0.57
Hex FB 28 31 0 54 50 2 165 60 39
Octal 373 50 61 0 124 120 2 545 140 71
Binary 11111011 101000 110001 0 1010100 1010000 10 101100101 1100000 111001

Color Harmonies of #FB2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2831

Black with #FB2831

Text Example


Text Example

White with #FB2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2831; }

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

 H1.HeaderClassName
 {
   color: #FB2831;
 }
 .AnyTagClassName
 {
   color: #FB2831;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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