Html Css Color HEX #FC2728 Alizarin

📋 copy color: '#FC2728'

red 252 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #FC2728

Tints of Alizarin #FC2728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 76.13%
G = 11.78%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2728 (or 0xFC2728) is known color: Alizarin. HEX triplet: FC, 27 and 28. RGB value is (252,39,40). Sum of RGB (Red+Green+Blue) = 252+39+40=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2728 is #03D8D7. Grayscale: #676767. Windows color (decimal): -252120 or 2631676. OLE color: 2631676.

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

Color convert

RGB 252 39 40 -
CMYK 0 0.85 0.84 0.01
HSL 359.72º 0.97% 0.57% -
HSV(B) 359.72º 0.85% 0.99% -
XYZ 41.25 22.3 4.14 -
YUV 102.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 252 39 40 0 0.85 0.84 0.01 359.72 0.97 0.57
Hex FC 27 28 0 55 54 1 168 61 39
Octal 374 47 50 0 125 124 1 550 141 71
Binary 11111100 100111 101000 0 1010101 1010100 1 101101000 1100001 111001

Color Harmonies of #FC2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2728

Black with #FC2728

Text Example


Text Example

White with #FC2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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