Html Css Color HEX #FA2636 Alizarin

📋 copy color: '#FA2636'

red 250 ◦ green 38 ◦ blue 54

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

Shades of Alizarin #FA2636

Tints of Alizarin #FA2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 73.1%
G = 11.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA2636 (or 0xFA2636) is known color: Alizarin. HEX triplet: FA, 26 and 36. RGB value is (250,38,54). Sum of RGB (Red+Green+Blue) = 250+38+54=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2636 is #05D9C9. Grayscale: #676767. Windows color (decimal): -383434 or 3548922. OLE color: 3548922.

HSL color Cylindrical-coordinate representation of color #FA2636: hue angle of 355.47º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2636 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 54 -
CMYK 0 0.85 0.78 0.02
HSL 355.47º 0.95% 0.56% -
HSV(B) 355.47º 0.85% 0.98% -
XYZ 40.78 21.98 5.58 -
YUV 103.21 100.24 232.7 -
System Red Green Blue C M Y K H S L
Decimal 250 38 54 0 0.85 0.78 0.02 355.47 0.95 0.56
Hex FA 26 36 0 55 4E 2 163 5F 38
Octal 372 46 66 0 125 116 2 543 137 70
Binary 11111010 100110 110110 0 1010101 1001110 10 101100011 1011111 111000

Color Harmonies of #FA2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2636

Black with #FA2636

Text Example


Text Example

White with #FA2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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