Html Css Color HEX #FC3334 Alizarin

📋 copy color: '#FC3334'

red 252 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #FC3334

Tints of Alizarin #FC3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 70.99%
G = 14.37%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC3334 (or 0xFC3334) is known color: Alizarin. HEX triplet: FC, 33 and 34. RGB value is (252,51,52). Sum of RGB (Red+Green+Blue) = 252+51+52=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3334 is #03CCCB. Grayscale: #6F6F6F. Windows color (decimal): -249036 or 3421180. OLE color: 3421180.

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

Color convert

RGB 252 51 52 -
CMYK 0 0.80 0.79 0.01
HSL 359.7º 0.97% 0.59% -
HSV(B) 359.7º 0.8% 0.99% -
XYZ 41.95 23.31 5.54 -
YUV 111.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 252 51 52 0 0.80 0.79 0.01 359.7 0.97 0.59
Hex FC 33 34 0 50 4F 1 168 61 3B
Octal 374 63 64 0 120 117 1 550 141 73
Binary 11111100 110011 110100 0 1010000 1001111 1 101101000 1100001 111011

Color Harmonies of #FC3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3334

Black with #FC3334

Text Example


Text Example

White with #FC3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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