Html Css Color HEX #FC2735 Alizarin

📋 copy color: '#FC2735'

red 252 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #FC2735

Tints of Alizarin #FC2735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 73.26%
G = 11.34%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2735 (or 0xFC2735) is known color: Alizarin. HEX triplet: FC, 27 and 35. RGB value is (252,39,53). Sum of RGB (Red+Green+Blue) = 252+39+53=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2735 is #03D8CA. Grayscale: #686868. Windows color (decimal): -252107 or 3483644. OLE color: 3483644.

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

Color convert

RGB 252 39 53 -
CMYK 0 0.85 0.79 0.01
HSL 356.06º 0.97% 0.57% -
HSV(B) 356.06º 0.85% 0.99% -
XYZ 41.51 22.4 5.5 -
YUV 104.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 252 39 53 0 0.85 0.79 0.01 356.06 0.97 0.57
Hex FC 27 35 0 55 4F 1 164 61 39
Octal 374 47 65 0 125 117 1 544 141 71
Binary 11111100 100111 110101 0 1010101 1001111 1 101100100 1100001 111001

Color Harmonies of #FC2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2735

Black with #FC2735

Text Example


Text Example

White with #FC2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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