Html Css Color HEX #FB2937 Alizarin

📋 copy color: '#FB2937'

red 251 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #FB2937

Tints of Alizarin #FB2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 72.33%
G = 11.82%
B = 15.85%

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

#FB2937 (or 0xFB2937) is known color: Alizarin. HEX triplet: FB, 29 and 37. RGB value is (251,41,55). Sum of RGB (Red+Green+Blue) = 251+41+55=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2937 is #04D6C8. Grayscale: #696969. Windows color (decimal): -317129 or 3615227. OLE color: 3615227.

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

Color convert

RGB 251 41 55 -
CMYK 0 0.84 0.78 0.02
HSL 356º 0.96% 0.57% -
HSV(B) 356º 0.84% 0.98% -
XYZ 41.27 22.37 5.76 -
YUV 105.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 251 41 55 0 0.84 0.78 0.02 356 0.96 0.57
Hex FB 29 37 0 54 4E 2 164 60 39
Octal 373 51 67 0 124 116 2 544 140 71
Binary 11111011 101001 110111 0 1010100 1001110 10 101100100 1100000 111001

Color Harmonies of #FB2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2937

Black with #FB2937

Text Example


Text Example

White with #FB2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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