Html Css Color HEX #FC283C Alizarin

📋 copy color: '#FC283C'

red 252 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #FC283C

Tints of Alizarin #FC283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 71.59%
G = 11.36%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC283C (or 0xFC283C) is known color: Alizarin. HEX triplet: FC, 28 and 3C. RGB value is (252,40,60). Sum of RGB (Red+Green+Blue) = 252+40+60=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283C is #03D7C3. Grayscale: #696969. Windows color (decimal): -251844 or 3942652. OLE color: 3942652.

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

Color convert

RGB 252 40 60 -
CMYK 0 0.84 0.76 0.01
HSL 354.34º 0.97% 0.57% -
HSV(B) 354.34º 0.84% 0.99% -
XYZ 41.72 22.54 6.43 -
YUV 105.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 252 40 60 0 0.84 0.76 0.01 354.34 0.97 0.57
Hex FC 28 3C 0 54 4C 1 162 61 39
Octal 374 50 74 0 124 114 1 542 141 71
Binary 11111100 101000 111100 0 1010100 1001100 1 101100010 1100001 111001

Color Harmonies of #FC283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC283C

Black with #FC283C

Text Example


Text Example

White with #FC283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC283C; }

 p { color: rgb(252,40,60); }

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

background-color css

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

 a { background-color: rgb(252,40,60); }

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

border-color css

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

 span { border-color: rgb(252,40,60); }

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