Html Css Color HEX #FC273C Alizarin

📋 copy color: '#FC273C'

red 252 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #FC273C

Tints of Alizarin #FC273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

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

R = 71.79%
G = 11.11%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC273C (or 0xFC273C) is known color: Alizarin. HEX triplet: FC, 27 and 3C. RGB value is (252,39,60). Sum of RGB (Red+Green+Blue) = 252+39+60=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273C is #03D8C3. Grayscale: #696969. Windows color (decimal): -252100 or 3942396. OLE color: 3942396.

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

Color convert

RGB 252 39 60 -
CMYK 0 0.85 0.76 0.01
HSL 354.08º 0.97% 0.57% -
HSV(B) 354.08º 0.85% 0.99% -
XYZ 41.69 22.47 6.42 -
YUV 105.08 102.57 232.79 -
System Red Green Blue C M Y K H S L
Decimal 252 39 60 0 0.85 0.76 0.01 354.08 0.97 0.57
Hex FC 27 3C 0 55 4C 1 162 61 39
Octal 374 47 74 0 125 114 1 542 141 71
Binary 11111100 100111 111100 0 1010101 1001100 1 101100010 1100001 111001

Color Harmonies of #FC273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC273C

Black with #FC273C

Text Example


Text Example

White with #FC273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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