Html Css Color HEX #FC2D3A Alizarin

📋 copy color: '#FC2D3A'

red 252 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #FC2D3A

Tints of Alizarin #FC2D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 70.99%
G = 12.68%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC2D3A (or 0xFC2D3A) is known color: Alizarin. HEX triplet: FC, 2D and 3A. RGB value is (252,45,58). Sum of RGB (Red+Green+Blue) = 252+45+58=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D3A is #03D2C5. Grayscale: #6C6C6C. Windows color (decimal): -250566 or 3812860. OLE color: 3812860.

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

Color convert

RGB 252 45 58 -
CMYK 0 0.82 0.77 0.01
HSL 356.23º 0.97% 0.58% -
HSV(B) 356.23º 0.82% 0.99% -
XYZ 41.85 22.88 6.21 -
YUV 108.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 252 45 58 0 0.82 0.77 0.01 356.23 0.97 0.58
Hex FC 2D 3A 0 52 4D 1 164 61 3A
Octal 374 55 72 0 122 115 1 544 141 72
Binary 11111100 101101 111010 0 1010010 1001101 1 101100100 1100001 111010

Color Harmonies of #FC2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D3A

Black with #FC2D3A

Text Example


Text Example

White with #FC2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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