Html Css Color HEX #FC2937 Alizarin

📋 copy color: '#FC2937'

red 252 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #FC2937

Tints of Alizarin #FC2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 72.41%
G = 11.78%
B = 15.8%

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

#FC2937 (or 0xFC2937) is known color: Alizarin. HEX triplet: FC, 29 and 37. RGB value is (252,41,55). Sum of RGB (Red+Green+Blue) = 252+41+55=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2937 is #03D6C8. Grayscale: #696969. Windows color (decimal): -251593 or 3615228. OLE color: 3615228.

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

Color convert

RGB 252 41 55 -
CMYK 0 0.84 0.78 0.01
HSL 356.02º 0.97% 0.57% -
HSV(B) 356.02º 0.84% 0.99% -
XYZ 41.63 22.56 5.77 -
YUV 105.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 252 41 55 0 0.84 0.78 0.01 356.02 0.97 0.57
Hex FC 29 37 0 54 4E 1 164 61 39
Octal 374 51 67 0 124 116 1 544 141 71
Binary 11111100 101001 110111 0 1010100 1001110 1 101100100 1100001 111001

Color Harmonies of #FC2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2937

Black with #FC2937

Text Example


Text Example

White with #FC2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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