Html Css Color HEX #FB3031 Alizarin

📋 copy color: '#FB3031'

red 251 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #FB3031

Tints of Alizarin #FB3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 72.13%
G = 13.79%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB3031 (or 0xFB3031) is known color: Alizarin. HEX triplet: FB, 30 and 31. RGB value is (251,48,49). Sum of RGB (Red+Green+Blue) = 251+48+49=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3031 is #04CFCE. Grayscale: #6D6D6D. Windows color (decimal): -315343 or 3223803. OLE color: 3223803.

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

Color convert

RGB 251 48 49 -
CMYK 0 0.81 0.80 0.02
HSL 359.7º 0.96% 0.59% -
HSV(B) 359.7º 0.81% 0.98% -
XYZ 41.39 22.84 5.13 -
YUV 108.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 251 48 49 0 0.81 0.80 0.02 359.7 0.96 0.59
Hex FB 30 31 0 51 50 2 168 60 3B
Octal 373 60 61 0 121 120 2 550 140 73
Binary 11111011 110000 110001 0 1010001 1010000 10 101101000 1100000 111011

Color Harmonies of #FB3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3031

Black with #FB3031

Text Example


Text Example

White with #FB3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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