Html Css Color HEX #FA2932 Alizarin

📋 copy color: '#FA2932'

red 250 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #FA2932

Tints of Alizarin #FA2932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 73.31%
G = 12.02%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA2932 (or 0xFA2932) is known color: Alizarin. HEX triplet: FA, 29 and 32. RGB value is (250,41,50). Sum of RGB (Red+Green+Blue) = 250+41+50=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2932 is #05D6CD. Grayscale: #686868. Windows color (decimal): -382670 or 3287546. OLE color: 3287546.

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

Color convert

RGB 250 41 50 -
CMYK 0 0.84 0.8 0.02
HSL 357.42º 0.95% 0.57% -
HSV(B) 357.42º 0.84% 0.98% -
XYZ 40.79 22.14 5.14 -
YUV 104.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 250 41 50 0 0.84 0.8 0.02 357.42 0.95 0.57
Hex FA 29 32 0 54 50 2 165 5F 39
Octal 372 51 62 0 124 120 2 545 137 71
Binary 11111010 101001 110010 0 1010100 1010000 10 101100101 1011111 111001

Color Harmonies of #FA2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2932

Black with #FA2932

Text Example


Text Example

White with #FA2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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