Html Css Color HEX #FC2941 Alizarin

📋 copy color: '#FC2941'

red 252 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #FC2941

Tints of Alizarin #FC2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 70.39%
G = 11.45%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC2941 (or 0xFC2941) is known color: Alizarin. HEX triplet: FC, 29 and 41. RGB value is (252,41,65). Sum of RGB (Red+Green+Blue) = 252+41+65=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2941 is #03D6BE. Grayscale: #6A6A6A. Windows color (decimal): -251583 or 4270588. OLE color: 4270588.

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

Color convert

RGB 252 41 65 -
CMYK 0 0.84 0.74 0.01
HSL 353.18º 0.97% 0.57% -
HSV(B) 353.18º 0.84% 0.99% -
XYZ 41.89 22.66 7.17 -
YUV 106.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 252 41 65 0 0.84 0.74 0.01 353.18 0.97 0.57
Hex FC 29 41 0 54 4A 1 161 61 39
Octal 374 51 101 0 124 112 1 541 141 71
Binary 11111100 101001 1000001 0 1010100 1001010 1 101100001 1100001 111001

Color Harmonies of #FC2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2941

Black with #FC2941

Text Example


Text Example

White with #FC2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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