Html Css Color HEX #FC2627 Alizarin

📋 copy color: '#FC2627'

red 252 ◦ green 38 ◦ blue 39

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

Shades of Alizarin #FC2627

Tints of Alizarin #FC2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 76.6%
G = 11.55%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2627 (or 0xFC2627) is known color: Alizarin. HEX triplet: FC, 26 and 27. RGB value is (252,38,39). Sum of RGB (Red+Green+Blue) = 252+38+39=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2627 is #03D9D8. Grayscale: #666666. Windows color (decimal): -252377 or 2565884. OLE color: 2565884.

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

Color convert

RGB 252 38 39 -
CMYK 0 0.85 0.85 0.01
HSL 359.72º 0.97% 0.57% -
HSV(B) 359.72º 0.85% 0.99% -
XYZ 41.2 22.23 4.04 -
YUV 102.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 252 38 39 0 0.85 0.85 0.01 359.72 0.97 0.57
Hex FC 26 27 0 55 55 1 168 61 39
Octal 374 46 47 0 125 125 1 550 141 71
Binary 11111100 100110 100111 0 1010101 1010101 1 101101000 1100001 111001

Color Harmonies of #FC2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2627

Black with #FC2627

Text Example


Text Example

White with #FC2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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