Html Css Color HEX #FA2936 Alizarin

📋 copy color: '#FA2936'

red 250 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #FA2936

Tints of Alizarin #FA2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 72.46%
G = 11.88%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA2936 (or 0xFA2936) is known color: Alizarin. HEX triplet: FA, 29 and 36. RGB value is (250,41,54). Sum of RGB (Red+Green+Blue) = 250+41+54=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2936 is #05D6C9. Grayscale: #696969. Windows color (decimal): -382666 or 3549690. OLE color: 3549690.

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

Color convert

RGB 250 41 54 -
CMYK 0 0.84 0.78 0.02
HSL 356.27º 0.95% 0.57% -
HSV(B) 356.27º 0.84% 0.98% -
XYZ 40.88 22.18 5.62 -
YUV 104.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 250 41 54 0 0.84 0.78 0.02 356.27 0.95 0.57
Hex FA 29 36 0 54 4E 2 164 5F 39
Octal 372 51 66 0 124 116 2 544 137 71
Binary 11111010 101001 110110 0 1010100 1001110 10 101100100 1011111 111001

Color Harmonies of #FA2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2936

Black with #FA2936

Text Example


Text Example

White with #FA2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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