Html Css Color HEX #FC2936 Alizarin

📋 copy color: '#FC2936'

red 252 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #FC2936

Tints of Alizarin #FC2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 72.62%
G = 11.82%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2936 (or 0xFC2936) is known color: Alizarin. HEX triplet: FC, 29 and 36. RGB value is (252,41,54). Sum of RGB (Red+Green+Blue) = 252+41+54=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2936 is #03D6C9. Grayscale: #696969. Windows color (decimal): -251594 or 3549692. OLE color: 3549692.

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

Color convert

RGB 252 41 54 -
CMYK 0 0.84 0.79 0.01
HSL 356.3º 0.97% 0.57% -
HSV(B) 356.3º 0.84% 0.99% -
XYZ 41.6 22.55 5.65 -
YUV 105.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 252 41 54 0 0.84 0.79 0.01 356.3 0.97 0.57
Hex FC 29 36 0 54 4F 1 164 61 39
Octal 374 51 66 0 124 117 1 544 141 71
Binary 11111100 101001 110110 0 1010100 1001111 1 101100100 1100001 111001

Color Harmonies of #FC2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2936

Black with #FC2936

Text Example


Text Example

White with #FC2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2936; }

 p { color: rgb(252,41,54); }

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

background-color css

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

 a { background-color: rgb(252,41,54); }

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

border-color css

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

 span { border-color: rgb(252,41,54); }

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