Html Css Color HEX #FC333F Alizarin

📋 copy color: '#FC333F'

red 252 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #FC333F

Tints of Alizarin #FC333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 68.85%
G = 13.93%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC333F (or 0xFC333F) is known color: Alizarin. HEX triplet: FC, 33 and 3F. RGB value is (252,51,63). Sum of RGB (Red+Green+Blue) = 252+51+63=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC333F is #03CCC0. Grayscale: #707070. Windows color (decimal): -249025 or 4142076. OLE color: 4142076.

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

Color convert

RGB 252 51 63 -
CMYK 0 0.80 0.75 0.01
HSL 356.42º 0.97% 0.59% -
HSV(B) 356.42º 0.8% 0.99% -
XYZ 42.23 23.42 7 -
YUV 112.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 252 51 63 0 0.80 0.75 0.01 356.42 0.97 0.59
Hex FC 33 3F 0 50 4B 1 164 61 3B
Octal 374 63 77 0 120 113 1 544 141 73
Binary 11111100 110011 111111 0 1010000 1001011 1 101100100 1100001 111011

Color Harmonies of #FC333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC333F

Black with #FC333F

Text Example


Text Example

White with #FC333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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