Html Css Color HEX #FC2D2E Alizarin

📋 copy color: '#FC2D2E'

red 252 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #FC2D2E

Tints of Alizarin #FC2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 73.47%
G = 13.12%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC2D2E (or 0xFC2D2E) is known color: Alizarin. HEX triplet: FC, 2D and 2E. RGB value is (252,45,46). Sum of RGB (Red+Green+Blue) = 252+45+46=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D2E is #03D2D1. Grayscale: #6B6B6B. Windows color (decimal): -250578 or 3026428. OLE color: 3026428.

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

Color convert

RGB 252 45 46 -
CMYK 0 0.82 0.82 0.01
HSL 359.71º 0.97% 0.58% -
HSV(B) 359.71º 0.82% 0.99% -
XYZ 41.58 22.77 4.79 -
YUV 107.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 252 45 46 0 0.82 0.82 0.01 359.71 0.97 0.58
Hex FC 2D 2E 0 52 52 1 168 61 3A
Octal 374 55 56 0 122 122 1 550 141 72
Binary 11111100 101101 101110 0 1010010 1010010 1 101101000 1100001 111010

Color Harmonies of #FC2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D2E

Black with #FC2D2E

Text Example


Text Example

White with #FC2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D2E; }

 p { color: rgb(252,45,46); }

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

background-color css

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

 a { background-color: rgb(252,45,46); }

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

border-color css

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

 span { border-color: rgb(252,45,46); }

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