Html Css Color HEX #FC273A Alizarin

📋 copy color: '#FC273A'

red 252 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #FC273A

Tints of Alizarin #FC273A

RGB

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

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

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

R = 72.21%
G = 11.17%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC273A (or 0xFC273A) is known color: Alizarin. HEX triplet: FC, 27 and 3A. RGB value is (252,39,58). Sum of RGB (Red+Green+Blue) = 252+39+58=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273A is #03D8C5. Grayscale: #686868. Windows color (decimal): -252102 or 3811324. OLE color: 3811324.

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

Color convert

RGB 252 39 58 -
CMYK 0 0.85 0.77 0.01
HSL 354.65º 0.97% 0.57% -
HSV(B) 354.65º 0.85% 0.99% -
XYZ 41.63 22.45 6.14 -
YUV 104.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 252 39 58 0 0.85 0.77 0.01 354.65 0.97 0.57
Hex FC 27 3A 0 55 4D 1 163 61 39
Octal 374 47 72 0 125 115 1 543 141 71
Binary 11111100 100111 111010 0 1010101 1001101 1 101100011 1100001 111001

Color Harmonies of #FC273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC273A

Black with #FC273A

Text Example


Text Example

White with #FC273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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