Html Css Color HEX #FC3136 Alizarin

📋 copy color: '#FC3136'

red 252 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #FC3136

Tints of Alizarin #FC3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 70.99%
G = 13.8%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC3136 (or 0xFC3136) is known color: Alizarin. HEX triplet: FC, 31 and 36. RGB value is (252,49,54). Sum of RGB (Red+Green+Blue) = 252+49+54=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3136 is #03CEC9. Grayscale: #6E6E6E. Windows color (decimal): -249546 or 3551740. OLE color: 3551740.

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

Color convert

RGB 252 49 54 -
CMYK 0 0.81 0.79 0.01
HSL 358.52º 0.97% 0.59% -
HSV(B) 358.52º 0.81% 0.99% -
XYZ 41.91 23.16 5.75 -
YUV 110.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 252 49 54 0 0.81 0.79 0.01 358.52 0.97 0.59
Hex FC 31 36 0 51 4F 1 167 61 3B
Octal 374 61 66 0 121 117 1 547 141 73
Binary 11111100 110001 110110 0 1010001 1001111 1 101100111 1100001 111011

Color Harmonies of #FC3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3136

Black with #FC3136

Text Example


Text Example

White with #FC3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3136; }

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

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

background-color css

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

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

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

border-color css

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

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

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