Html Css Color HEX #FA2931 Alizarin

📋 copy color: '#FA2931'

red 250 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #FA2931

Tints of Alizarin #FA2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 73.53%
G = 12.06%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2931 (or 0xFA2931) is known color: Alizarin. HEX triplet: FA, 29 and 31. RGB value is (250,41,49). Sum of RGB (Red+Green+Blue) = 250+41+49=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2931 is #05D6CE. Grayscale: #686868. Windows color (decimal): -382671 or 3222010. OLE color: 3222010.

HSL color Cylindrical-coordinate representation of color #FA2931: hue angle of 357.7º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2931 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 41 49 -
CMYK 0 0.84 0.80 0.02
HSL 357.7º 0.95% 0.57% -
HSV(B) 357.7º 0.84% 0.98% -
XYZ 40.77 22.13 5.03 -
YUV 104.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 250 41 49 0 0.84 0.80 0.02 357.7 0.95 0.57
Hex FA 29 31 0 54 50 2 166 5F 39
Octal 372 51 61 0 124 120 2 546 137 71
Binary 11111010 101001 110001 0 1010100 1010000 10 101100110 1011111 111001

Color Harmonies of #FA2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2931

Black with #FA2931

Text Example


Text Example

White with #FA2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2931; }

 p { color: rgb(250,41,49); }

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

background-color css

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

 a { background-color: rgb(250,41,49); }

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

border-color css

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

 span { border-color: rgb(250,41,49); }

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