Html Css Color HEX #FC293A Alizarin

📋 copy color: '#FC293A'

red 252 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #FC293A

Tints of Alizarin #FC293A

RGB

 RED value IS 252 (98.83% from 255) = 71.79%

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 71.79%
G = 11.68%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC293A (or 0xFC293A) is known color: Alizarin. HEX triplet: FC, 29 and 3A. RGB value is (252,41,58). Sum of RGB (Red+Green+Blue) = 252+41+58=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293A is #03D6C5. Grayscale: #6A6A6A. Windows color (decimal): -251590 or 3811836. OLE color: 3811836.

HSL color Cylindrical-coordinate representation of color #FC293A: hue angle of 355.17º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC293A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 41 58 -
CMYK 0 0.84 0.77 0.01
HSL 355.17º 0.97% 0.57% -
HSV(B) 355.17º 0.84% 0.99% -
XYZ 41.7 22.59 6.16 -
YUV 106.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 252 41 58 0 0.84 0.77 0.01 355.17 0.97 0.57
Hex FC 29 3A 0 54 4D 1 163 61 39
Octal 374 51 72 0 124 115 1 543 141 71
Binary 11111100 101001 111010 0 1010100 1001101 1 101100011 1100001 111001

Color Harmonies of #FC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC293A

Black with #FC293A

Text Example


Text Example

White with #FC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC293A; }

 p { color: rgb(252,41,58); }

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

background-color css

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

 a { background-color: rgb(252,41,58); }

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

border-color css

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

 span { border-color: rgb(252,41,58); }

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