Html Css Color HEX #FA2836 Alizarin

📋 copy color: '#FA2836'

red 250 ◦ green 40 ◦ blue 54

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

Shades of Alizarin #FA2836

Tints of Alizarin #FA2836

RGB

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

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

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

R = 72.67%
G = 11.63%
B = 15.7%

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

#FA2836 (or 0xFA2836) is known color: Alizarin. HEX triplet: FA, 28 and 36. RGB value is (250,40,54). Sum of RGB (Red+Green+Blue) = 250+40+54=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2836 is #05D7C9. Grayscale: #686868. Windows color (decimal): -382922 or 3549434. OLE color: 3549434.

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

Color convert

RGB 250 40 54 -
CMYK 0 0.84 0.78 0.02
HSL 356º 0.95% 0.57% -
HSV(B) 356º 0.84% 0.98% -
XYZ 40.85 22.11 5.6 -
YUV 104.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 250 40 54 0 0.84 0.78 0.02 356 0.95 0.57
Hex FA 28 36 0 54 4E 2 164 5F 39
Octal 372 50 66 0 124 116 2 544 137 71
Binary 11111010 101000 110110 0 1010100 1001110 10 101100100 1011111 111001

Color Harmonies of #FA2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2836

Black with #FA2836

Text Example


Text Example

White with #FA2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2836; }

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

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

background-color css

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

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

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

border-color css

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

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

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