Html Css Color HEX #FA2C39 Alizarin

📋 copy color: '#FA2C39'

red 250 ◦ green 44 ◦ blue 57

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

Shades of Alizarin #FA2C39

Tints of Alizarin #FA2C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 71.23%
G = 12.54%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA2C39 (or 0xFA2C39) is known color: Alizarin. HEX triplet: FA, 2C and 39. RGB value is (250,44,57). Sum of RGB (Red+Green+Blue) = 250+44+57=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C39 is #05D3C6. Grayscale: #6B6B6B. Windows color (decimal): -381895 or 3747066. OLE color: 3747066.

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

Color convert

RGB 250 44 57 -
CMYK 0 0.82 0.77 0.02
HSL 356.21º 0.95% 0.58% -
HSV(B) 356.21º 0.82% 0.98% -
XYZ 41.06 22.42 6.03 -
YUV 107.08 99.75 229.94 -
System Red Green Blue C M Y K H S L
Decimal 250 44 57 0 0.82 0.77 0.02 356.21 0.95 0.58
Hex FA 2C 39 0 52 4D 2 164 5F 3A
Octal 372 54 71 0 122 115 2 544 137 72
Binary 11111010 101100 111001 0 1010010 1001101 10 101100100 1011111 111010

Color Harmonies of #FA2C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C39

Black with #FA2C39

Text Example


Text Example

White with #FA2C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C39; }

 p { color: rgb(250,44,57); }

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

background-color css

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

 a { background-color: rgb(250,44,57); }

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

border-color css

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

 span { border-color: rgb(250,44,57); }

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