Html Css Color HEX #FA2838 Alizarin

📋 copy color: '#FA2838'

red 250 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #FA2838

Tints of Alizarin #FA2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 72.25%
G = 11.56%
B = 16.18%

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

#FA2838 (or 0xFA2838) is known color: Alizarin. HEX triplet: FA, 28 and 38. RGB value is (250,40,56). Sum of RGB (Red+Green+Blue) = 250+40+56=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2838 is #05D7C7. Grayscale: #686868. Windows color (decimal): -382920 or 3680506. OLE color: 3680506.

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

Color convert

RGB 250 40 56 -
CMYK 0 0.84 0.78 0.02
HSL 355.43º 0.95% 0.57% -
HSV(B) 355.43º 0.84% 0.98% -
XYZ 40.9 22.13 5.86 -
YUV 104.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 250 40 56 0 0.84 0.78 0.02 355.43 0.95 0.57
Hex FA 28 38 0 54 4E 2 163 5F 39
Octal 372 50 70 0 124 116 2 543 137 71
Binary 11111010 101000 111000 0 1010100 1001110 10 101100011 1011111 111001

Color Harmonies of #FA2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2838

Black with #FA2838

Text Example


Text Example

White with #FA2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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