Html Css Color HEX #FB2833 Alizarin

📋 copy color: '#FB2833'

red 251 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #FB2833

Tints of Alizarin #FB2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 73.39%
G = 11.7%
B = 14.91%

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

#FB2833 (or 0xFB2833) is known color: Alizarin. HEX triplet: FB, 28 and 33. RGB value is (251,40,51). Sum of RGB (Red+Green+Blue) = 251+40+51=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2833 is #04D7CC. Grayscale: #686868. Windows color (decimal): -317389 or 3352827. OLE color: 3352827.

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

Color convert

RGB 251 40 51 -
CMYK 0 0.84 0.80 0.02
HSL 356.87º 0.96% 0.57% -
HSV(B) 356.87º 0.84% 0.98% -
XYZ 41.14 22.27 5.26 -
YUV 104.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 251 40 51 0 0.84 0.80 0.02 356.87 0.96 0.57
Hex FB 28 33 0 54 50 2 165 60 39
Octal 373 50 63 0 124 120 2 545 140 71
Binary 11111011 101000 110011 0 1010100 1010000 10 101100101 1100000 111001

Color Harmonies of #FB2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2833

Black with #FB2833

Text Example


Text Example

White with #FB2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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