Html Css Color HEX #FC373D Alizarin

📋 copy color: '#FC373D'

red 252 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #FC373D

Tints of Alizarin #FC373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 68.48%
G = 14.95%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC373D (or 0xFC373D) is known color: Alizarin. HEX triplet: FC, 37 and 3D. RGB value is (252,55,61). Sum of RGB (Red+Green+Blue) = 252+55+61=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC373D is #03C8C2. Grayscale: #727272. Windows color (decimal): -248003 or 4012028. OLE color: 4012028.

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

Color convert

RGB 252 55 61 -
CMYK 0 0.78 0.76 0.01
HSL 358.17º 0.97% 0.6% -
HSV(B) 358.17º 0.78% 0.99% -
XYZ 42.35 23.76 6.77 -
YUV 114.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 252 55 61 0 0.78 0.76 0.01 358.17 0.97 0.6
Hex FC 37 3D 0 4E 4C 1 166 61 3C
Octal 374 67 75 0 116 114 1 546 141 74
Binary 11111100 110111 111101 0 1001110 1001100 1 101100110 1100001 111100

Color Harmonies of #FC373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC373D

Black with #FC373D

Text Example


Text Example

White with #FC373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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