Html Css Color HEX #FA373B Alizarin

📋 copy color: '#FA373B'

red 250 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #FA373B

Tints of Alizarin #FA373B

RGB

 RED value IS 250 (98.05% from 255) = 68.68%

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

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 68.68%
G = 15.11%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA373B (or 0xFA373B) is known color: Alizarin. HEX triplet: FA, 37 and 3B. RGB value is (250,55,59). Sum of RGB (Red+Green+Blue) = 250+55+59=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA373B is #05C8C4. Grayscale: #717171. Windows color (decimal): -379077 or 3880954. OLE color: 3880954.

HSL color Cylindrical-coordinate representation of color #FA373B: hue angle of 358.77º degrees, saturation: 0.95, 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 #FA373B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 59 -
CMYK 0 0.78 0.76 0.02
HSL 358.77º 0.95% 0.6% -
HSV(B) 358.77º 0.78% 0.98% -
XYZ 41.58 23.37 6.46 -
YUV 113.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 250 55 59 0 0.78 0.76 0.02 358.77 0.95 0.6
Hex FA 37 3B 0 4E 4C 2 167 5F 3C
Octal 372 67 73 0 116 114 2 547 137 74
Binary 11111010 110111 111011 0 1001110 1001100 10 101100111 1011111 111100

Color Harmonies of #FA373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA373B

Black with #FA373B

Text Example


Text Example

White with #FA373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA373B; }

 p { color: rgb(250,55,59); }

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

background-color css

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

 a { background-color: rgb(250,55,59); }

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

border-color css

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

 span { border-color: rgb(250,55,59); }

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