Html Css Color HEX #FB2B33 Alizarin

📋 copy color: '#FB2B33'

red 251 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #FB2B33

Tints of Alizarin #FB2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

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

R = 72.75%
G = 12.46%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB2B33 (or 0xFB2B33) is known color: Alizarin. HEX triplet: FB, 2B and 33. RGB value is (251,43,51). Sum of RGB (Red+Green+Blue) = 251+43+51=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B33 is #04D4CC. Grayscale: #6A6A6A. Windows color (decimal): -316621 or 3353595. OLE color: 3353595.

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

Color convert

RGB 251 43 51 -
CMYK 0 0.83 0.80 0.02
HSL 357.69º 0.96% 0.58% -
HSV(B) 357.69º 0.83% 0.98% -
XYZ 41.25 22.48 5.3 -
YUV 106.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 251 43 51 0 0.83 0.80 0.02 357.69 0.96 0.58
Hex FB 2B 33 0 53 50 2 166 60 3A
Octal 373 53 63 0 123 120 2 546 140 72
Binary 11111011 101011 110011 0 1010011 1010000 10 101100110 1100000 111010

Color Harmonies of #FB2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B33

Black with #FB2B33

Text Example


Text Example

White with #FB2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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