Html Css Color HEX #FC2A30 Alizarin

📋 copy color: '#FC2A30'

red 252 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #FC2A30

Tints of Alizarin #FC2A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

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

R = 73.68%
G = 12.28%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2A30 (or 0xFC2A30) is known color: Alizarin. HEX triplet: FC, 2A and 30. RGB value is (252,42,48). Sum of RGB (Red+Green+Blue) = 252+42+48=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A30 is #03D5CF. Grayscale: #696969. Windows color (decimal): -251344 or 3156732. OLE color: 3156732.

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

Color convert

RGB 252 42 48 -
CMYK 0 0.83 0.81 0.01
HSL 358.29º 0.97% 0.58% -
HSV(B) 358.29º 0.83% 0.99% -
XYZ 41.51 22.56 4.96 -
YUV 105.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 252 42 48 0 0.83 0.81 0.01 358.29 0.97 0.58
Hex FC 2A 30 0 53 51 1 166 61 3A
Octal 374 52 60 0 123 121 1 546 141 72
Binary 11111100 101010 110000 0 1010011 1010001 1 101100110 1100001 111010

Color Harmonies of #FC2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A30

Black with #FC2A30

Text Example


Text Example

White with #FC2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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