Html Css Color HEX #FC2733 Alizarin

📋 copy color: '#FC2733'

red 252 ◦ green 39 ◦ blue 51

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

Shades of Alizarin #FC2733

Tints of Alizarin #FC2733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 73.68%
G = 11.4%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2733 (or 0xFC2733) is known color: Alizarin. HEX triplet: FC, 27 and 33. RGB value is (252,39,51). Sum of RGB (Red+Green+Blue) = 252+39+51=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2733 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2733 is #03D8CC. Grayscale: #686868. Windows color (decimal): -252109 or 3352572. OLE color: 3352572.

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

Color convert

RGB 252 39 51 -
CMYK 0 0.85 0.80 0.01
HSL 356.62º 0.97% 0.57% -
HSV(B) 356.62º 0.85% 0.99% -
XYZ 41.47 22.39 5.27 -
YUV 104.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 252 39 51 0 0.85 0.80 0.01 356.62 0.97 0.57
Hex FC 27 33 0 55 50 1 165 61 39
Octal 374 47 63 0 125 120 1 545 141 71
Binary 11111100 100111 110011 0 1010101 1010000 1 101100101 1100001 111001

Color Harmonies of #FC2733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2733

Black with #FC2733

Text Example


Text Example

White with #FC2733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2733; }

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

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

background-color css

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

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

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

border-color css

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

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

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