Html Css Color HEX #FC2938 Alizarin

📋 copy color: '#FC2938'

red 252 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #FC2938

Tints of Alizarin #FC2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 72.21%
G = 11.75%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC2938 (or 0xFC2938) is known color: Alizarin. HEX triplet: FC, 29 and 38. RGB value is (252,41,56). Sum of RGB (Red+Green+Blue) = 252+41+56=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2938 is #03D6C7. Grayscale: #696969. Windows color (decimal): -251592 or 3680764. OLE color: 3680764.

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

Color convert

RGB 252 41 56 -
CMYK 0 0.84 0.78 0.01
HSL 355.73º 0.97% 0.57% -
HSV(B) 355.73º 0.84% 0.99% -
XYZ 41.65 22.57 5.9 -
YUV 105.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 252 41 56 0 0.84 0.78 0.01 355.73 0.97 0.57
Hex FC 29 38 0 54 4E 1 164 61 39
Octal 374 51 70 0 124 116 1 544 141 71
Binary 11111100 101001 111000 0 1010100 1001110 1 101100100 1100001 111001

Color Harmonies of #FC2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2938

Black with #FC2938

Text Example


Text Example

White with #FC2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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