Html Css Color HEX #FC2835 Alizarin

📋 copy color: '#FC2835'

red 252 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #FC2835

Tints of Alizarin #FC2835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 73.04%
G = 11.59%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2835 (or 0xFC2835) is known color: Alizarin. HEX triplet: FC, 28 and 35. RGB value is (252,40,53). Sum of RGB (Red+Green+Blue) = 252+40+53=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2835 is #03D7CA. Grayscale: #696969. Windows color (decimal): -251851 or 3483900. OLE color: 3483900.

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

Color convert

RGB 252 40 53 -
CMYK 0 0.84 0.79 0.01
HSL 356.32º 0.97% 0.57% -
HSV(B) 356.32º 0.84% 0.99% -
XYZ 41.55 22.47 5.52 -
YUV 104.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 252 40 53 0 0.84 0.79 0.01 356.32 0.97 0.57
Hex FC 28 35 0 54 4F 1 164 61 39
Octal 374 50 65 0 124 117 1 544 141 71
Binary 11111100 101000 110101 0 1010100 1001111 1 101100100 1100001 111001

Color Harmonies of #FC2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2835

Black with #FC2835

Text Example


Text Example

White with #FC2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2835; }

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

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

background-color css

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

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

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

border-color css

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

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

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