Html Css Color HEX #FC2D36 Alizarin

📋 copy color: '#FC2D36'

red 252 ◦ green 45 ◦ blue 54

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

Shades of Alizarin #FC2D36

Tints of Alizarin #FC2D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.38%

R = 71.79%
G = 12.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC2D36 (or 0xFC2D36) is known color: Alizarin. HEX triplet: FC, 2D and 36. RGB value is (252,45,54). Sum of RGB (Red+Green+Blue) = 252+45+54=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D36 is #03D2C9. Grayscale: #6C6C6C. Windows color (decimal): -250570 or 3550716. OLE color: 3550716.

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

Color convert

RGB 252 45 54 -
CMYK 0 0.82 0.79 0.01
HSL 357.39º 0.97% 0.58% -
HSV(B) 357.39º 0.82% 0.99% -
XYZ 41.75 22.84 5.7 -
YUV 107.92 97.58 230.77 -
System Red Green Blue C M Y K H S L
Decimal 252 45 54 0 0.82 0.79 0.01 357.39 0.97 0.58
Hex FC 2D 36 0 52 4F 1 165 61 3A
Octal 374 55 66 0 122 117 1 545 141 72
Binary 11111100 101101 110110 0 1010010 1001111 1 101100101 1100001 111010

Color Harmonies of #FC2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D36

Black with #FC2D36

Text Example


Text Example

White with #FC2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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