Html Css Color HEX #FB313E Alizarin

📋 copy color: '#FB313E'

red 251 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #FB313E

Tints of Alizarin #FB313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 69.34%
G = 13.54%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB313E (or 0xFB313E) is known color: Alizarin. HEX triplet: FB, 31 and 3E. RGB value is (251,49,62). Sum of RGB (Red+Green+Blue) = 251+49+62=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB313E is #04CEC1. Grayscale: #6F6F6F. Windows color (decimal): -315074 or 4076027. OLE color: 4076027.

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

Color convert

RGB 251 49 62 -
CMYK 0 0.80 0.75 0.02
HSL 356.14º 0.96% 0.59% -
HSV(B) 356.14º 0.8% 0.98% -
XYZ 41.75 23.05 6.81 -
YUV 110.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 251 49 62 0 0.80 0.75 0.02 356.14 0.96 0.59
Hex FB 31 3E 0 50 4B 2 164 60 3B
Octal 373 61 76 0 120 113 2 544 140 73
Binary 11111011 110001 111110 0 1010000 1001011 10 101100100 1100000 111011

Color Harmonies of #FB313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB313E

Black with #FB313E

Text Example


Text Example

White with #FB313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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