Html Css Color HEX #FB3241 Alizarin

📋 copy color: '#FB3241'

red 251 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #FB3241

Tints of Alizarin #FB3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

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

R = 68.58%
G = 13.66%
B = 17.76%

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

#FB3241 (or 0xFB3241) is known color: Alizarin. HEX triplet: FB, 32 and 41. RGB value is (251,50,65). Sum of RGB (Red+Green+Blue) = 251+50+65=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3241 is #04CDBE. Grayscale: #6F6F6F. Windows color (decimal): -314815 or 4272891. OLE color: 4272891.

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

Color convert

RGB 251 50 65 -
CMYK 0 0.80 0.74 0.02
HSL 355.52º 0.96% 0.59% -
HSV(B) 355.52º 0.8% 0.98% -
XYZ 41.88 23.17 7.27 -
YUV 111.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 251 50 65 0 0.80 0.74 0.02 355.52 0.96 0.59
Hex FB 32 41 0 50 4A 2 164 60 3B
Octal 373 62 101 0 120 112 2 544 140 73
Binary 11111011 110010 1000001 0 1010000 1001010 10 101100100 1100000 111011

Color Harmonies of #FB3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3241

Black with #FB3241

Text Example


Text Example

White with #FB3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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