Html Css Color HEX #FB3141 Alizarin

📋 copy color: '#FB3141'

red 251 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #FB3141

Tints of Alizarin #FB3141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 68.77%
G = 13.42%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB3141 (or 0xFB3141) is known color: Alizarin. HEX triplet: FB, 31 and 41. RGB value is (251,49,65). Sum of RGB (Red+Green+Blue) = 251+49+65=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3141 is #04CEBE. Grayscale: #6F6F6F. Windows color (decimal): -315071 or 4272635. OLE color: 4272635.

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

Color convert

RGB 251 49 65 -
CMYK 0 0.80 0.74 0.02
HSL 355.25º 0.96% 0.59% -
HSV(B) 355.25º 0.8% 0.98% -
XYZ 41.84 23.09 7.25 -
YUV 111.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 251 49 65 0 0.80 0.74 0.02 355.25 0.96 0.59
Hex FB 31 41 0 50 4A 2 163 60 3B
Octal 373 61 101 0 120 112 2 543 140 73
Binary 11111011 110001 1000001 0 1010000 1001010 10 101100011 1100000 111011

Color Harmonies of #FB3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3141

Black with #FB3141

Text Example


Text Example

White with #FB3141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3141; }

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

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

background-color css

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

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

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

border-color css

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

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

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