Html Css Color HEX #FC333C Alizarin

📋 copy color: '#FC333C'

red 252 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #FC333C

Tints of Alizarin #FC333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 69.42%
G = 14.05%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC333C (or 0xFC333C) is known color: Alizarin. HEX triplet: FC, 33 and 3C. RGB value is (252,51,60). Sum of RGB (Red+Green+Blue) = 252+51+60=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC333C is #03CCC3. Grayscale: #707070. Windows color (decimal): -249028 or 3945468. OLE color: 3945468.

HSL color Cylindrical-coordinate representation of color #FC333C: hue angle of 357.31º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC333C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 60 -
CMYK 0 0.80 0.76 0.01
HSL 357.31º 0.97% 0.59% -
HSV(B) 357.31º 0.8% 0.99% -
XYZ 42.14 23.39 6.57 -
YUV 112.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 252 51 60 0 0.80 0.76 0.01 357.31 0.97 0.59
Hex FC 33 3C 0 50 4C 1 165 61 3B
Octal 374 63 74 0 120 114 1 545 141 73
Binary 11111100 110011 111100 0 1010000 1001100 1 101100101 1100001 111011

Color Harmonies of #FC333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC333C

Black with #FC333C

Text Example


Text Example

White with #FC333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC333C; }

 p { color: rgb(252,51,60); }

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

background-color css

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

 a { background-color: rgb(252,51,60); }

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

border-color css

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

 span { border-color: rgb(252,51,60); }

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