Html Css Color HEX #FC333D Alizarin

📋 copy color: '#FC333D'

red 252 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #FC333D

Tints of Alizarin #FC333D

RGB

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

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

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

R = 69.23%
G = 14.01%
B = 16.76%

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

#FC333D (or 0xFC333D) is known color: Alizarin. HEX triplet: FC, 33 and 3D. RGB value is (252,51,61). Sum of RGB (Red+Green+Blue) = 252+51+61=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC333D is #03CCC2. Grayscale: #707070. Windows color (decimal): -249027 or 4011004. OLE color: 4011004.

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

Color convert

RGB 252 51 61 -
CMYK 0 0.80 0.76 0.01
HSL 357.01º 0.97% 0.59% -
HSV(B) 357.01º 0.8% 0.99% -
XYZ 42.17 23.4 6.71 -
YUV 112.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 252 51 61 0 0.80 0.76 0.01 357.01 0.97 0.59
Hex FC 33 3D 0 50 4C 1 165 61 3B
Octal 374 63 75 0 120 114 1 545 141 73
Binary 11111100 110011 111101 0 1010000 1001100 1 101100101 1100001 111011

Color Harmonies of #FC333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC333D

Black with #FC333D

Text Example


Text Example

White with #FC333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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