Html Css Color HEX #FA2831 Alizarin

📋 copy color: '#FA2831'

red 250 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #FA2831

Tints of Alizarin #FA2831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 73.75%
G = 11.8%
B = 14.45%

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

#FA2831 (or 0xFA2831) is known color: Alizarin. HEX triplet: FA, 28 and 31. RGB value is (250,40,49). Sum of RGB (Red+Green+Blue) = 250+40+49=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2831 is #05D7CE. Grayscale: #676767. Windows color (decimal): -382927 or 3221754. OLE color: 3221754.

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

Color convert

RGB 250 40 49 -
CMYK 0 0.84 0.80 0.02
HSL 357.43º 0.95% 0.57% -
HSV(B) 357.43º 0.84% 0.98% -
XYZ 40.74 22.06 5.02 -
YUV 103.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 250 40 49 0 0.84 0.80 0.02 357.43 0.95 0.57
Hex FA 28 31 0 54 50 2 165 5F 39
Octal 372 50 61 0 124 120 2 545 137 71
Binary 11111010 101000 110001 0 1010100 1010000 10 101100101 1011111 111001

Color Harmonies of #FA2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2831

Black with #FA2831

Text Example


Text Example

White with #FA2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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