Html Css Color HEX #FC373E Alizarin

📋 copy color: '#FC373E'

red 252 ◦ green 55 ◦ blue 62

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

Shades of Alizarin #FC373E

Tints of Alizarin #FC373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

 BLUE value IS 62 (24.61% from 255) = 16.8%

R = 68.29%
G = 14.91%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC373E (or 0xFC373E) is known color: Alizarin. HEX triplet: FC, 37 and 3E. RGB value is (252,55,62). Sum of RGB (Red+Green+Blue) = 252+55+62=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC373E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC373E is #03C8C1. Grayscale: #727272. Windows color (decimal): -248002 or 4077564. OLE color: 4077564.

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

Color convert

RGB 252 55 62 -
CMYK 0 0.78 0.75 0.01
HSL 357.87º 0.97% 0.6% -
HSV(B) 357.87º 0.78% 0.99% -
XYZ 42.38 23.78 6.91 -
YUV 114.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 252 55 62 0 0.78 0.75 0.01 357.87 0.97 0.6
Hex FC 37 3E 0 4E 4B 1 166 61 3C
Octal 374 67 76 0 116 113 1 546 141 74
Binary 11111100 110111 111110 0 1001110 1001011 1 101100110 1100001 111100

Color Harmonies of #FC373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC373E

Black with #FC373E

Text Example


Text Example

White with #FC373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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