Html Css Color HEX #FC2D30 Alizarin

📋 copy color: '#FC2D30'

red 252 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #FC2D30

Tints of Alizarin #FC2D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 73.04%
G = 13.04%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2D30 (or 0xFC2D30) is known color: Alizarin. HEX triplet: FC, 2D and 30. RGB value is (252,45,48). Sum of RGB (Red+Green+Blue) = 252+45+48=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D30 is #03D2CF. Grayscale: #6B6B6B. Windows color (decimal): -250576 or 3157500. OLE color: 3157500.

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

Color convert

RGB 252 45 48 -
CMYK 0 0.82 0.81 0.01
HSL 359.13º 0.97% 0.58% -
HSV(B) 359.13º 0.82% 0.99% -
XYZ 41.62 22.79 5 -
YUV 107.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 252 45 48 0 0.82 0.81 0.01 359.13 0.97 0.58
Hex FC 2D 30 0 52 51 1 167 61 3A
Octal 374 55 60 0 122 121 1 547 141 72
Binary 11111100 101101 110000 0 1010010 1010001 1 101100111 1100001 111010

Color Harmonies of #FC2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D30

Black with #FC2D30

Text Example


Text Example

White with #FC2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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