Html Css Color HEX #FC273F Alizarin

📋 copy color: '#FC273F'

red 252 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #FC273F

Tints of Alizarin #FC273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 71.19%
G = 11.02%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC273F (or 0xFC273F) is known color: Alizarin. HEX triplet: FC, 27 and 3F. RGB value is (252,39,63). Sum of RGB (Red+Green+Blue) = 252+39+63=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273F is #03D8C0. Grayscale: #696969. Windows color (decimal): -252097 or 4139004. OLE color: 4139004.

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

Color convert

RGB 252 39 63 -
CMYK 0 0.85 0.75 0.01
HSL 353.24º 0.97% 0.57% -
HSV(B) 353.24º 0.85% 0.99% -
XYZ 41.77 22.51 6.85 -
YUV 105.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 252 39 63 0 0.85 0.75 0.01 353.24 0.97 0.57
Hex FC 27 3F 0 55 4B 1 161 61 39
Octal 374 47 77 0 125 113 1 541 141 71
Binary 11111100 100111 111111 0 1010101 1001011 1 101100001 1100001 111001

Color Harmonies of #FC273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC273F

Black with #FC273F

Text Example


Text Example

White with #FC273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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