Html Css Color HEX #FC2630 Alizarin

📋 copy color: '#FC2630'

red 252 ◦ green 38 ◦ blue 48

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

Shades of Alizarin #FC2630

Tints of Alizarin #FC2630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

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

R = 74.56%
G = 11.24%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC2630 (or 0xFC2630) is known color: Alizarin. HEX triplet: FC, 26 and 30. RGB value is (252,38,48). Sum of RGB (Red+Green+Blue) = 252+38+48=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2630 is #03D9CF. Grayscale: #676767. Windows color (decimal): -252368 or 3155708. OLE color: 3155708.

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

Color convert

RGB 252 38 48 -
CMYK 0 0.85 0.81 0.01
HSL 357.2º 0.97% 0.57% -
HSV(B) 357.2º 0.85% 0.99% -
XYZ 41.37 22.3 4.92 -
YUV 103.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 252 38 48 0 0.85 0.81 0.01 357.2 0.97 0.57
Hex FC 26 30 0 55 51 1 165 61 39
Octal 374 46 60 0 125 121 1 545 141 71
Binary 11111100 100110 110000 0 1010101 1010001 1 101100101 1100001 111001

Color Harmonies of #FC2630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2630

Black with #FC2630

Text Example


Text Example

White with #FC2630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2630; }

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

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

background-color css

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

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

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

border-color css

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

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

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