Html Css Color HEX #FB373F Alizarin

📋 copy color: '#FB373F'

red 251 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #FB373F

Tints of Alizarin #FB373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

 BLUE value IS 63 (25% from 255) = 17.07%

R = 68.02%
G = 14.91%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB373F (or 0xFB373F) is known color: Alizarin. HEX triplet: FB, 37 and 3F. RGB value is (251,55,63). Sum of RGB (Red+Green+Blue) = 251+55+63=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB373F is #04C8C0. Grayscale: #727272. Windows color (decimal): -313537 or 4143099. OLE color: 4143099.

HSL color Cylindrical-coordinate representation of color #FB373F: hue angle of 357.55º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB373F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 55 63 -
CMYK 0 0.78 0.75 0.02
HSL 357.55º 0.96% 0.6% -
HSV(B) 357.55º 0.78% 0.98% -
XYZ 42.05 23.6 7.04 -
YUV 114.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 251 55 63 0 0.78 0.75 0.02 357.55 0.96 0.6
Hex FB 37 3F 0 4E 4B 2 166 60 3C
Octal 373 67 77 0 116 113 2 546 140 74
Binary 11111011 110111 111111 0 1001110 1001011 10 101100110 1100000 111100

Color Harmonies of #FB373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB373F

Black with #FB373F

Text Example


Text Example

White with #FB373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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