Html Css Color HEX #FB2838 Alizarin

📋 copy color: '#FB2838'

red 251 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #FB2838

Tints of Alizarin #FB2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 72.33%
G = 11.53%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB2838 (or 0xFB2838) is known color: Alizarin. HEX triplet: FB, 28 and 38. RGB value is (251,40,56). Sum of RGB (Red+Green+Blue) = 251+40+56=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2838 is #04D7C7. Grayscale: #696969. Windows color (decimal): -317384 or 3680507. OLE color: 3680507.

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

Color convert

RGB 251 40 56 -
CMYK 0 0.84 0.78 0.02
HSL 355.45º 0.96% 0.57% -
HSV(B) 355.45º 0.84% 0.98% -
XYZ 41.26 22.31 5.87 -
YUV 104.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 251 40 56 0 0.84 0.78 0.02 355.45 0.96 0.57
Hex FB 28 38 0 54 4E 2 163 60 39
Octal 373 50 70 0 124 116 2 543 140 71
Binary 11111011 101000 111000 0 1010100 1001110 10 101100011 1100000 111001

Color Harmonies of #FB2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2838

Black with #FB2838

Text Example


Text Example

White with #FB2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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