Html Css Color HEX #FB3239 Alizarin

📋 copy color: '#FB3239'

red 251 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #FB3239

Tints of Alizarin #FB3239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.92%

R = 70.11%
G = 13.97%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB3239 (or 0xFB3239) is known color: Alizarin. HEX triplet: FB, 32 and 39. RGB value is (251,50,57). Sum of RGB (Red+Green+Blue) = 251+50+57=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3239 is #04CDC6. Grayscale: #6F6F6F. Windows color (decimal): -314823 or 3748603. OLE color: 3748603.

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

Color convert

RGB 251 50 57 -
CMYK 0 0.80 0.77 0.02
HSL 357.91º 0.96% 0.59% -
HSV(B) 357.91º 0.8% 0.98% -
XYZ 41.66 23.09 6.13 -
YUV 110.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 251 50 57 0 0.80 0.77 0.02 357.91 0.96 0.59
Hex FB 32 39 0 50 4D 2 166 60 3B
Octal 373 62 71 0 120 115 2 546 140 73
Binary 11111011 110010 111001 0 1010000 1001101 10 101100110 1100000 111011

Color Harmonies of #FB3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3239

Black with #FB3239

Text Example


Text Example

White with #FB3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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