Html Css Color HEX #FC2834 Alizarin

📋 copy color: '#FC2834'

red 252 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #FC2834

Tints of Alizarin #FC2834

RGB

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

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

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

R = 73.26%
G = 11.63%
B = 15.12%

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

#FC2834 (or 0xFC2834) is known color: Alizarin. HEX triplet: FC, 28 and 34. RGB value is (252,40,52). Sum of RGB (Red+Green+Blue) = 252+40+52=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2834 is #03D7CB. Grayscale: #686868. Windows color (decimal): -251852 or 3418364. OLE color: 3418364.

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

Color convert

RGB 252 40 52 -
CMYK 0 0.84 0.79 0.01
HSL 356.6º 0.97% 0.57% -
HSV(B) 356.6º 0.84% 0.99% -
XYZ 41.52 22.46 5.4 -
YUV 104.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 252 40 52 0 0.84 0.79 0.01 356.6 0.97 0.57
Hex FC 28 34 0 54 4F 1 165 61 39
Octal 374 50 64 0 124 117 1 545 141 71
Binary 11111100 101000 110100 0 1010100 1001111 1 101100101 1100001 111001

Color Harmonies of #FC2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2834

Black with #FC2834

Text Example


Text Example

White with #FC2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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