Html Css Color HEX #FB2931 Alizarin

📋 copy color: '#FB2931'

red 251 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #FB2931

Tints of Alizarin #FB2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 73.61%
G = 12.02%
B = 14.37%

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

#FB2931 (or 0xFB2931) is known color: Alizarin. HEX triplet: FB, 29 and 31. RGB value is (251,41,49). Sum of RGB (Red+Green+Blue) = 251+41+49=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2931 is #04D6CE. Grayscale: #686868. Windows color (decimal): -317135 or 3222011. OLE color: 3222011.

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

Color convert

RGB 251 41 49 -
CMYK 0 0.84 0.80 0.02
HSL 357.71º 0.96% 0.57% -
HSV(B) 357.71º 0.84% 0.98% -
XYZ 41.13 22.32 5.05 -
YUV 104.7 96.57 232.35 -
System Red Green Blue C M Y K H S L
Decimal 251 41 49 0 0.84 0.80 0.02 357.71 0.96 0.57
Hex FB 29 31 0 54 50 2 166 60 39
Octal 373 51 61 0 124 120 2 546 140 71
Binary 11111011 101001 110001 0 1010100 1010000 10 101100110 1100000 111001

Color Harmonies of #FB2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2931

Black with #FB2931

Text Example


Text Example

White with #FB2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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