Html Css Color HEX #FC293C Alizarin

📋 copy color: '#FC293C'

red 252 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #FC293C

Tints of Alizarin #FC293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 71.39%
G = 11.61%
B = 17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC293C (or 0xFC293C) is known color: Alizarin. HEX triplet: FC, 29 and 3C. RGB value is (252,41,60). Sum of RGB (Red+Green+Blue) = 252+41+60=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293C is #03D6C3. Grayscale: #6A6A6A. Windows color (decimal): -251588 or 3942908. OLE color: 3942908.

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

Color convert

RGB 252 41 60 -
CMYK 0 0.84 0.76 0.01
HSL 354.6º 0.97% 0.57% -
HSV(B) 354.6º 0.84% 0.99% -
XYZ 41.75 22.61 6.44 -
YUV 106.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 252 41 60 0 0.84 0.76 0.01 354.6 0.97 0.57
Hex FC 29 3C 0 54 4C 1 163 61 39
Octal 374 51 74 0 124 114 1 543 141 71
Binary 11111100 101001 111100 0 1010100 1001100 1 101100011 1100001 111001

Color Harmonies of #FC293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC293C

Black with #FC293C

Text Example


Text Example

White with #FC293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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